Package org.exolab.castor.xml.schema
Class SimpleTypesFactoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.exolab.castor.xml.schema.SimpleTypesFactoryException
-
- All Implemented Interfaces:
java.io.Serializable
class SimpleTypesFactoryException extends java.lang.RuntimeExceptionA RuntimeException which allows nested exceptions.- Version:
- $Revision: 8145 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Assaf Arkin, Keith Visco
-
-
Constructor Summary
Constructors Constructor Description SimpleTypesFactoryException(java.lang.String message)Creates a new SimpleTypesFactoryException.SimpleTypesFactoryException(java.lang.Throwable exception)Creates a new SimpleTypesFactoryException.SimpleTypesFactoryException(java.lang.Throwable exception, java.lang.String message)Creates a new SimpleTypesFactoryException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetException()Returns the Exception which caused this Exception, or null if no nested exception exists.voidprintStackTrace()voidprintStackTrace(java.io.PrintStream print)voidprintStackTrace(java.io.PrintWriter print)
-
-
-
Constructor Detail
-
SimpleTypesFactoryException
public SimpleTypesFactoryException(java.lang.String message)
Creates a new SimpleTypesFactoryException.- Parameters:
message- the error message
-
SimpleTypesFactoryException
public SimpleTypesFactoryException(java.lang.Throwable exception)
Creates a new SimpleTypesFactoryException.- Parameters:
exception- the Exception which caused this Exception.
-
SimpleTypesFactoryException
public SimpleTypesFactoryException(java.lang.Throwable exception, java.lang.String message)Creates a new SimpleTypesFactoryException.- Parameters:
exception- the Exception which caused this Exception.message- the error message
-
-
Method Detail
-
getException
public java.lang.Throwable getException()
Returns the Exception which caused this Exception, or null if no nested exception exists.- Returns:
- the nested Exception.
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintStream print)
- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintWriter print)
- Overrides:
printStackTracein classjava.lang.Throwable
-
-