com.epnet.util.xslt
Class XMLTransformationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.epnet.util.xslt.XMLTransformationException
All Implemented Interfaces:
java.io.Serializable

public class XMLTransformationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XMLTransformationException(java.lang.Exception e)
          Creates a new instance of XMLTransformationException
XMLTransformationException(java.lang.String e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLTransformationException

public XMLTransformationException(java.lang.Exception e)
Creates a new instance of XMLTransformationException


XMLTransformationException

public XMLTransformationException(java.lang.String e)