com.oroad.stxx.transform
Class TransformerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.oroad.stxx.transform.TransformerException
All Implemented Interfaces:
java.io.Serializable

public class TransformerException
extends java.lang.Exception

Exception to be thrown if there is a generic exception in the Transformer-implementing class

Author:
Don Brown
See Also:
Serialized Form

Constructor Summary
TransformerException(java.lang.String s)
          Constructor for the TransformerException object
 
Method Summary
 java.lang.String getMessage()
          Gets the message attribute
 java.lang.String toString()
          Gets a string representation of the exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformerException

public TransformerException(java.lang.String s)
Constructor for the TransformerException object

Parameters:
s - The message
Method Detail

getMessage

public java.lang.String getMessage()
Gets the message attribute

Returns:
The message value

toString

public java.lang.String toString()
Gets a string representation of the exception

Returns:
The debugging String