|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jaxfront.core.schema.SchemaCreationException
public class SchemaCreationException
This exception is thrown if the parsing of the XML Schema has failed. Usually thrown by the underlying XML Schema Parser.
Constructor Summary | |
---|---|
SchemaCreationException(java.lang.Exception exception)
Creates a SchemaCreationException based on an occuring ParserException. |
|
SchemaCreationException(java.lang.String message)
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SchemaCreationException(java.lang.Exception exception)
exception
- nested XML Schema Parser exceptionpublic SchemaCreationException(java.lang.String message)
Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |