|
|||||||||||
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 de.ispsoft.jaxme.generator.SchemaException
This Exception is thrown by a SchemaReader to indicate structural problems in the input file it parses.
Constructor Summary | |
SchemaException(java.lang.String pMsg)
Creates a new SchemaException with the given detail message. |
|
SchemaException(java.lang.String pMsg,
java.lang.Exception pException)
Creates a new SchemaException with the given detail message. |
Method Summary | |
java.lang.Exception |
getException()
Returns the hidden exception, if any, or null. |
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 SchemaException(java.lang.String pMsg)
SchemaException
with the given detail message.
public SchemaException(java.lang.String pMsg, java.lang.Exception pException)
SchemaException
with the given detail message.
Method Detail |
public java.lang.Exception getException()
Returns the hidden exception, if any, or null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |