com.jclark.xsl.tr
Class UncheckedXSLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jclark.xsl.tr.UncheckedXSLException
All Implemented Interfaces:
java.io.Serializable

 class UncheckedXSLException
extends java.lang.RuntimeException


Constructor Summary
UncheckedXSLException(XSLException e)
           
 
Method Summary
(package private)  XSLException getXSLException()
           
 
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

UncheckedXSLException

UncheckedXSLException(XSLException e)
Method Detail

getXSLException

XSLException getXSLException()