org.exolab.castor.xml.schema

Class SchemaException


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

Constructor Summary

SchemaException()
Creates a new SchemaException with no message or nested Exception.
SchemaException(Exception exception)
Creates a new SchemaException with the given nested exception.
SchemaException(String message)
Creates a new SchemaException with the given message.
SchemaException(String message, Exception exception)
Creates a new SchemaException with the given message and nested exception.

Method Summary

Methods inherited from class org.exolab.castor.xml.XMLException

getException, printStackTrace, printStackTrace, printStackTrace, setLocation, toString

Methods inherited from class org.exolab.castor.xml.CastorException

getErrorCode, getMessage, setErrorCode, setMessage

Constructor Details

SchemaException

public SchemaException()
Creates a new SchemaException with no message or nested Exception.

SchemaException

public SchemaException(Exception exception)
Creates a new SchemaException with the given nested exception.
Parameters:
exception - the nested exception

SchemaException

public SchemaException(String message)
Creates a new SchemaException with the given message.
Parameters:
message - the message for this Exception

SchemaException

public 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

Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com