TransformException Class
- public class TransformException
extends RuntimeException
Exception for Transformation runtime exceptions.
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
TransformException
-
All Implemented Interfaces
-
Serializable
-
TransformException(
XQRLException e)
- XQRLException wrapper
|
-
TransformException(int code,
Object param1, Object param2, Throwable cause)
|
-
TransformException(int code,
Object param1, Object param2)
|
-
TransformException(int code,
Object param, Throwable cause)
|
-
TransformException(int code,
Object param)
|
-
TransformException(int code,
Object params, Throwable cause)
|
-
TransformException(int code,
Object params)
|
-
TransformException(int code,
Throwable cause)
|
-
TransformException(int code)
- constructors for system defined exceptions
|
-
TransformException(
String message, Object param1, Object param2, Throwable cause)
|
-
TransformException(
String message, Object param1, Object param2)
|
-
TransformException(
String message, Object param, Throwable cause)
|
-
TransformException(
String message, Object param)
|
-
TransformException(
String message, Object params, Throwable cause)
|
-
TransformException(
String message, Object params)
|
-
TransformException(
String message, Throwable cause)
|
-
TransformException(
String message)
- constructors for user defined exceptions
|
public int |
-
getFaultCode()
- Returns the fault code of the transform exception
For details see TransformFaultCodes.java
|
public String |
-
getMessage()
- exception message
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_code
protected int _code
- the code
_message
protected String _message
- a possible user message
_params
protected Object _params
- the parameters
TransformException
public TransformException(XQRLException e)
- XQRLException wrapper
TransformException
public TransformException(int code,
Object param1,
Object param2,
Throwable cause)
TransformException
public TransformException(int code,
Object param1,
Object param2)
TransformException
public TransformException(int code,
Object param,
Throwable cause)
TransformException
public TransformException(int code,
Object param)
TransformException
public TransformException(int code,
Object[] params,
Throwable cause)
TransformException
public TransformException(int code,
Object[] params)
TransformException
public TransformException(int code,
Throwable cause)
TransformException
public TransformException(int code)
- constructors for system defined exceptions
TransformException
public TransformException(String message,
Object param1,
Object param2,
Throwable cause)
TransformException
public TransformException(String message,
Object param1,
Object param2)
TransformException
public TransformException(String message,
Object param,
Throwable cause)
TransformException
public TransformException(String message,
Object param)
TransformException
public TransformException(String message,
Object[] params,
Throwable cause)
TransformException
public TransformException(String message,
Object[] params)
TransformException
public TransformException(String message,
Throwable cause)
TransformException
public TransformException(String message)
- constructors for user defined exceptions
getFaultCode() Method
public int getFaultCode()
Returns the fault code of the transform exception
For details see TransformFaultCodes.java
getMessage() Method
public String getMessage()
exception message
-
Overrides
-
Throwable.getMessage()