plp.orientadaObjetos1.excecao.declaracao
Class ObjetoNaoDeclaradoException

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

public class ObjetoNaoDeclaradoException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
ObjetoNaoDeclaradoException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjetoNaoDeclaradoException

public ObjetoNaoDeclaradoException(Id id)
Construtor.

Parameters:
id - Identificador representando o objeto.