plp.orientadaAspectos1.excecao.declaracao
Class ProcedimentoJaDeclaradoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by plp.orientadaAspectos1.excecao.declaracao.ProcedimentoJaDeclaradoException
All Implemented Interfaces:
java.io.Serializable

public class ProcedimentoJaDeclaradoException
extends java.lang.Exception

Exceção lançada quando um procedimento está sendo declarado novamente.

See Also:
Serialized Form

Constructor Summary
ProcedimentoJaDeclaradoException(Id id)
          Construtor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcedimentoJaDeclaradoException

public ProcedimentoJaDeclaradoException(Id id)
Construtor

Parameters:
id - Identificador representando um procedimento.