class SimpleTypesFactoryException
extends java.lang.RuntimeException
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Returns the Exception which caused this Exception, or null if
no nested exception exists.
|
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream print) |
void |
printStackTrace(java.io.PrintWriter print) |
public SimpleTypesFactoryException(java.lang.String message)
message - the error messagepublic SimpleTypesFactoryException(java.lang.Throwable exception)
exception - the Exception which caused this Exception.public SimpleTypesFactoryException(java.lang.Throwable exception,
java.lang.String message)
exception - the Exception which caused this Exception.message - the error messagepublic java.lang.Throwable getException()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream print)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter print)
printStackTrace in class java.lang.ThrowableIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com