org.xmlecho.palomar.xform
Class TransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xmlecho.palomar.xform.TransformException
- All Implemented Interfaces:
- java.io.Serializable
- public class TransformException
- extends java.lang.Exception
Super class for all Transformation Exceptions.
- See Also:
- Serialized Form
| 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 |
TransformException
public TransformException()
TransformException
public TransformException(java.lang.String errorMessage)
TransformException
public TransformException(java.lang.String errorMessage,
java.lang.Exception orgEx)
TransformException
public TransformException(java.lang.Exception orgEx)
TransformException
public TransformException(int errorId,
java.lang.String errorMessage)
toString
public java.lang.String toString()
getMessage
public java.lang.String getMessage()