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:
- java.io.Serializable
- public class SchemaException
- extends XMLException
An XML Schema Exception class
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:34 $
- Author:
- Keith Visco
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Constructor Summary |
SchemaException()
Creates a new SchemaException with no message
or nested Exception. |
SchemaException(java.lang.Exception exception)
Creates a new SchemaException with the given nested
exception. |
SchemaException(java.lang.String message)
Creates a new SchemaException with the given message. |
SchemaException(java.lang.String message,
java.lang.Exception exception)
Creates a new SchemaException with the given message
and nested exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SchemaException
public SchemaException()
- Creates a new SchemaException with no message
or nested Exception.
SchemaException
public SchemaException(java.lang.String message)
- Creates a new SchemaException with the given message.
- Parameters:
message
- the message for this Exception
SchemaException
public SchemaException(java.lang.Exception exception)
- Creates a new SchemaException with the given nested
exception.
- Parameters:
exception
- the nested exception
SchemaException
public SchemaException(java.lang.String message,
java.lang.Exception exception)
- Creates a new SchemaException with the given message
and nested exception.
- Parameters:
message
- the detail message for this exceptionexception
- the nested exception
Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com