| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exceptionorg.exolab.castor.core.exceptions.CastorExceptionorg.exolab.castor.xml.XMLExceptionorg.exolab.castor.xml.schema.SchemaExceptionpublic class SchemaExceptionextends XMLExceptionConstructor Summary | |
| |
| |
| |
| |
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 | |
public SchemaException()
Creates a new SchemaException with no message or nested Exception.
public SchemaException(Exception exception)
Creates a new SchemaException with the given nested exception.
- Parameters:
exception- the nested exception
public SchemaException(String message)
Creates a new SchemaException with the given message.
- Parameters:
message- the message for this Exception
public SchemaException(String message,
Exception exception)Creates a new SchemaException with the given message and nested exception.
- Parameters:
message- the detail message for this exceptionexception- the nested exception