|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exolab.castor.core.exceptions.CastorException
org.exolab.castor.xml.XMLException
org.exolab.castor.xml.schema.SchemaException
public class SchemaException
An XML Schema Exception class
Constructor Summary | |
---|---|
SchemaException()
Creates a new SchemaException with no message or nested Exception. |
|
SchemaException(java.lang.Exception exception)
Creates a new SchemaException with the given nested exception. |
|
SchemaException(java.lang.String message)
Creates a new SchemaException with the given message. |
|
SchemaException(java.lang.String message,
java.lang.Exception exception)
Creates a new SchemaException with the given message and nested exception. |
Method Summary |
---|
Methods inherited from class org.exolab.castor.xml.XMLException |
---|
getErrorCode, setErrorCode, setLocation, toString |
Methods inherited from class org.exolab.castor.core.exceptions.CastorException |
---|
getCause, getException, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SchemaException()
public SchemaException(java.lang.String message)
message
- the message for this Exceptionpublic SchemaException(java.lang.Exception exception)
exception
- the nested exceptionpublic SchemaException(java.lang.String message, java.lang.Exception exception)
message
- the detail message for this exceptionexception
- the nested exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |