|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
it.negro.jajb.JAJBException
public class JAJBException
This is the main Exception for JAJB. It can be launched during creation of JAJB reading and parsing the configuration file.
| Constructor Summary | |
|---|---|
JAJBException(java.lang.String message)
Constructor for JAJBException |
|
JAJBException(java.lang.String message,
java.lang.Throwable cause)
Constructor for JAJBException |
|
| 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 |
|---|
public JAJBException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the thrown exception.cause - the eventual precedent exception that has caused this one.public JAJBException(java.lang.String message)
message - the message of the thrown exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||