Public Member Functions

org.exolab.castor.xml.schema.SchemaException Class Reference

Inheritance diagram for org.exolab.castor.xml.schema.SchemaException:
org.exolab.castor.xml.XMLException org.exolab.castor.core.exceptions.CastorException

List of all members.

Public Member Functions

 SchemaException ()
 SchemaException (String message)
 SchemaException (Exception exception)
 SchemaException (String message, Exception exception)

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 (  ) 

Creates a new SchemaException with no message or nested Exception.

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:
 All Classes Namespaces Files Functions Variables Enumerations Properties