wt.step.processor.conversion
Class ConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.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

Field Summary
private  Throwable myException
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConversionException()
           
ConversionException(String message)
           
ConversionException(String message, Throwable exception)
           
ConversionException(Throwable exception)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter writer)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myException

private Throwable myException
Constructor Detail

ConversionException

public ConversionException()

ConversionException

public ConversionException(String message)

ConversionException

public ConversionException(Throwable exception)

ConversionException

public ConversionException(String message,
                           Throwable exception)
Method Detail

toString

public String toString()

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintWriter writer)