com.ibm.btt.base.types
Class DSETypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.btt.base.DSEException
com.ibm.btt.base.types.DSETypeException
- All Implemented Interfaces:
- java.io.Serializable
public class DSETypeException
- extends DSEException
This class is a subclass of the generic DSEException and is thrown when an unexpected
error occurs during processing concerned with Types, Conversion or Validation.
- See Also:
- Serialized Form
Constructor Summary |
DSETypeException()
|
DSETypeException(java.lang.String message)
|
DSETypeException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
|
DSETypeException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code)
|
DSETypeException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code,
java.lang.Throwable error)
|
DSETypeException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage,
java.lang.Throwable error)
|
DSETypeException(java.lang.String message,
java.lang.Throwable cause)
|
DSETypeException(java.lang.Throwable cause)
|
Method Summary |
DSETypeException |
chainTo(DSETypeException e)
Chains our chain of exceptions into the chain of a given DSETypeException
and returns the resulting chain. |
java.lang.Exception |
getNestedException()
Returns the original exception thrown, if any, which resulted in this exception being created. |
void |
setNestedException(java.lang.Exception e)
Sets the nested exception attribute |
java.lang.String |
toString()
Returns this exception, formatted as a String. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DSETypeException
public DSETypeException()
DSETypeException
public DSETypeException(java.lang.String message)
- Parameters:
message
-
DSETypeException
public DSETypeException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
- Parameters:
aSeverity
- aCode
- aMessage
-
DSETypeException
public DSETypeException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code)
- Parameters:
severity
- throwingClassName
- throwingMethodName
- code
-
DSETypeException
public DSETypeException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code,
java.lang.Throwable error)
- Parameters:
severity
- throwingClassName
- throwingMethodName
- code
- error
-
DSETypeException
public DSETypeException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage,
java.lang.Throwable error)
- Parameters:
aSeverity
- aCode
- aMessage
- error
-
DSETypeException
public DSETypeException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
DSETypeException
public DSETypeException(java.lang.Throwable cause)
- Parameters:
cause
-
chainTo
public DSETypeException chainTo(DSETypeException e)
- Chains our chain of exceptions into the chain of a given DSETypeException
and returns the resulting chain.
- Parameters:
e
- com.ibm.btt.base.types.DSETypeException
getNestedException
public java.lang.Exception getNestedException()
- Returns the original exception thrown, if any, which resulted in this exception being created.
- Returns:
- Exception
setNestedException
public void setNestedException(java.lang.Exception e)
- Sets the nested exception attribute
- Parameters:
e
- java.lang.Exception
toString
public java.lang.String toString()
- Returns this exception, formatted as a String.
- Overrides:
toString
in class java.lang.Throwable
- Returns:
- String
(c) Copyright IBM Corporation 1998, 2011