org.exolab.castor.xml.schema

Class SimpleTypesFactoryException


(package private) class SimpleTypesFactoryException
extends RuntimeException

A RuntimeException which allows nested exceptions.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:35 $

Authors:
Assaf Arkin
Keith Visco

Constructor Summary

SimpleTypesFactoryException(String message)
Creates a new SimpleTypesFactoryException
SimpleTypesFactoryException(Throwable exception)
Creates a new SimpleTypesFactoryException
SimpleTypesFactoryException(Throwable exception, String message)
Creates a new SimpleTypesFactoryException

Method Summary

Throwable
getException()
Returns the Exception which caused this Exception, or null if no nested exception exists.
void
printStackTrace()
void
printStackTrace(PrintStream print)
void
printStackTrace(PrintWriter print)

Constructor Details

SimpleTypesFactoryException

public SimpleTypesFactoryException(String message)
Creates a new SimpleTypesFactoryException

Parameters:
message - the error message


SimpleTypesFactoryException

public SimpleTypesFactoryException(Throwable exception)
Creates a new SimpleTypesFactoryException

Parameters:
exception - the Exception which caused this Exception.


SimpleTypesFactoryException

public SimpleTypesFactoryException(Throwable exception,
                                   String message)
Creates a new SimpleTypesFactoryException

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

Method Details

getException

public Throwable getException()
Returns the Exception which caused this Exception, or null if no nested exception exists.

Returns:
the nested Exception.


printStackTrace

public void printStackTrace()


printStackTrace

public void printStackTrace(PrintStream print)


printStackTrace

public void printStackTrace(PrintWriter print)


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