wt.step.processor.conversion
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.step.processor.conversion.ConversionException
- All Implemented Interfaces:
- Serializable
- public class ConversionException
- extends Exception
Exception thrown during an Express/X conversion by a SchemaConverter.
This ensures that all exceptions thrown by the SchemaConverter are replaced
by standard Exceptions so that they can be deserialised at the client.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
myException
private Throwable myException
ConversionException
public ConversionException()
ConversionException
public ConversionException(String message)
ConversionException
public ConversionException(Throwable exception)
ConversionException
public ConversionException(String message,
Throwable exception)
toString
public String toString()
printStackTrace
public void printStackTrace(PrintStream s)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintWriter writer)