List of all members.
Detailed Description
An XML Schema Exception class
- Author:
- Keith Visco
- Version:
- Revision:
- 1.1.1.1
- Date:
- 2003/03/03 07:09:34
Constructor & Destructor Documentation
| org.exolab.castor.xml.schema.SchemaException.SchemaException |
( |
|
) |
|
| org.exolab.castor.xml.schema.SchemaException.SchemaException |
( |
String |
message |
) |
|
Creates a new SchemaException with the given message.
- Parameters:
-
| message | the message for this Exception |
| org.exolab.castor.xml.schema.SchemaException.SchemaException |
( |
Exception |
exception |
) |
|
Creates a new SchemaException with the given nested exception.
- Parameters:
-
| exception | the nested exception |
| org.exolab.castor.xml.schema.SchemaException.SchemaException |
( |
String |
message, |
|
|
Exception |
exception | |
|
) |
| | |
Creates a new SchemaException with the given message and nested exception.
- Parameters:
-
| message | the detail message for this exception |
| exception | the nested exception |
The documentation for this class was generated from the following file: