Public Member Functions

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

List of all members.

Public Member Functions

 SimpleTypesFactoryException (String message)
 SimpleTypesFactoryException (Throwable exception)
 SimpleTypesFactoryException (Throwable exception, String message)
Throwable getException ()
void printStackTrace ()
void printStackTrace (PrintStream print)
void printStackTrace (PrintWriter print)

Detailed Description

A RuntimeException which allows nested exceptions.

Author:
Assaf Arkin
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:09:35

Constructor & Destructor Documentation

org.exolab.castor.xml.schema.SimpleTypesFactoryException.SimpleTypesFactoryException ( String  message  ) 

Creates a new SimpleTypesFactoryException

Parameters:
message the error message
org.exolab.castor.xml.schema.SimpleTypesFactoryException.SimpleTypesFactoryException ( Throwable  exception  ) 

Creates a new SimpleTypesFactoryException

Parameters:
exception the Exception which caused this Exception.
org.exolab.castor.xml.schema.SimpleTypesFactoryException.SimpleTypesFactoryException ( Throwable  exception,
String  message 
)

Creates a new SimpleTypesFactoryException

Parameters:
exception the Exception which caused this Exception.
message the error message

Member Function Documentation

Throwable org.exolab.castor.xml.schema.SimpleTypesFactoryException.getException (  ) 

Returns the Exception which caused this Exception, or null if no nested exception exists.

Returns:
the nested Exception.
void org.exolab.castor.xml.schema.SimpleTypesFactoryException.printStackTrace ( PrintWriter  print  ) 
void org.exolab.castor.xml.schema.SimpleTypesFactoryException.printStackTrace ( PrintStream  print  ) 
void org.exolab.castor.xml.schema.SimpleTypesFactoryException.printStackTrace (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties