|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--canguru.exception.BeanManipulationException
A exceção lançada quando é gerado um erro de manipulação com JavaBeans, seja no acesso a suas propriedades, seja por erro de introspecção
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
BeanManipulationException()
Cria uma nova instância de BeanManipulationException com todos os campos null |
|
BeanManipulationException(java.lang.String message)
Cria uma nova instância de BeanManipulationException, com uma mensagem explicativa do erro |
|
BeanManipulationException(java.lang.String message,
java.lang.Throwable cause)
Cria uma nova instância de BeanManipulationException, com uma mensagem explicativa do erro e sua causa |
|
BeanManipulationException(java.lang.Throwable cause)
Cria uma nova instância de BeanManipulationException, com sua causa |
|
| 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 |
public BeanManipulationException()
public BeanManipulationException(java.lang.String message)
message - Mensagem explicativa do erro ocorrido
public BeanManipulationException(java.lang.String message,
java.lang.Throwable cause)
message - Mensagem explicativa do erro ocorridocause - Erro que causou o lançamento da exceptionpublic BeanManipulationException(java.lang.Throwable cause)
cause - Erro que causou o lançamento da exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||