canguru.descriptor.exception
Class AttributeDefinitionNotFoundException

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

public class AttributeDefinitionNotFoundException
extends java.lang.Exception

Exception lançada quando a definição do atributo não foi encontrada no descriptor

See Also:
Descriptor, Exception, Serialized Form

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

AttributeDefinitionNotFoundException

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


AttributeDefinitionNotFoundException

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

Parameters:
message - mensagem detalhando a exceção

AttributeDefinitionNotFoundException

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

Parameters:
cause - a causa.

AttributeDefinitionNotFoundException

public AttributeDefinitionNotFoundException(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