org.exolab.castor.xml.schema
public class SchemaException extends XMLException
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:34 $
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(Exception exception)
Creates a new SchemaException with the given nested
exception.
| |
SchemaException(String message, Exception exception)
Creates a new SchemaException with the given message
and nested exception.
|
Parameters: message the message for this Exception
Parameters: exception the nested exception
Parameters: message the detail message for this exception exception the nested exception