Package org.exolab.castor.xml.schema
Class SchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exolab.castor.core.exceptions.CastorException
org.exolab.castor.xml.XMLException
org.exolab.castor.xml.schema.SchemaException
- All Implemented Interfaces:
Serializable
An XML Schema Exception class
- Version:
- $Revision: 5951 $ $Date: 2006-04-14 04:14:43 -0600 (Fri, 14 Apr 2006) $
- Author:
- Keith Visco
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SchemaException with no message or nested Exception.SchemaException
(Exception exception) Creates a new SchemaException with the given nested exception.SchemaException
(String message) Creates a new SchemaException with the given message.SchemaException
(String message, 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, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace
-
Constructor Details
-
SchemaException
public SchemaException()Creates a new SchemaException with no message or nested Exception. -
SchemaException
Creates a new SchemaException with the given message.- Parameters:
message
- the message for this Exception
-
SchemaException
Creates a new SchemaException with the given nested exception.- Parameters:
exception
- the nested exception
-
SchemaException
Creates a new SchemaException with the given message and nested exception.- Parameters:
message
- the detail message for this exceptionexception
- the nested exception
-