canguru.descriptor.exception
Class AttributeNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--canguru.descriptor.exception.AttributeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class AttributeNotFoundException
extends java.lang.Exception

Exception lançada quando a um atributo não foi encontrado

See Also:
Exception, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AttributeNotFoundException()
          Constrói uma nova exceção com a mensagem igual a null
AttributeNotFoundException(java.lang.String message)
          Constrói uma nova exceção com a mensagem especificada
AttributeNotFoundException(java.lang.String message, java.lang.Throwable cause)
          Constrói uma nova exceção com a causa e mensagens especificadas.
AttributeNotFoundException(java.lang.Throwable cause)
          Constrói uma nova exceção com a causa especificada.
 
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

AttributeNotFoundException

public AttributeNotFoundException()
Constrói uma nova exceção com a mensagem igual a null


AttributeNotFoundException

public AttributeNotFoundException(java.lang.String message)
Constrói uma nova exceção com a mensagem especificada

Parameters:
message - mensagem detalhando a exceção

AttributeNotFoundException

public AttributeNotFoundException(java.lang.Throwable cause)
Constrói uma nova exceção com a causa especificada. A mensagem é a mesma da causa.

Parameters:
cause - a causa.

AttributeNotFoundException

public AttributeNotFoundException(java.lang.String message,
                                  java.lang.Throwable cause)
Constrói uma nova exceção com a causa e mensagens especificadas.

Parameters:
message - mensagem detalhando a exceção
cause - a causa