|
||||||||||
| 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(String message)
Creates a new SchemaException with the given message. |
|
SchemaException(String message,
Throwable exception)
Creates a new SchemaException with the given message
and nested exception. |
|
SchemaException(Throwable exception)
Creates a new SchemaException with the given nested
exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.exolab.castor.xml.XMLException |
|---|
getErrorCode, setErrorCode, setLocation, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaException()
SchemaException with no message
or nested exception.
public SchemaException(String message)
SchemaException with the given message.
message - the message for this exceptionpublic SchemaException(Throwable exception)
SchemaException with the given nested
exception.
exception - the nested exception
public SchemaException(String message,
Throwable exception)
SchemaException with the given message
and nested 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 | |||||||||