plp.orientadaAspectos1.excecao.declaracao
Class ObjetoJaDeclaradoException

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

public class ObjetoJaDeclaradoException
extends java.lang.Exception

Exceção lançada qunado o objeto que está sendo declarado já o foi anteriormente.

See Also:
Serialized Form

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

ObjetoJaDeclaradoException

public ObjetoJaDeclaradoException(Id id)
Construtor

Parameters:
id - Identificador representando o objeto.