plp.orientadaAspectos1.excecao.declaracao
Class ProcedimentoNaoDeclaradoException

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

public class ProcedimentoNaoDeclaradoException
extends java.lang.Exception

Exceçao lançada quando um procedimento que está sendo referenciado não foi declarado.

See Also:
Serialized Form

Constructor Summary
ProcedimentoNaoDeclaradoException(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

ProcedimentoNaoDeclaradoException

public ProcedimentoNaoDeclaradoException(Id id)
Construtor

Parameters:
id - Identificador representando o procedimento.