uk.org.jcam.processor.transformer
Class TransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.jcam.CAMException
              extended by uk.org.jcam.processor.transformer.TransformException
All Implemented Interfaces:
java.io.Serializable

public class TransformException
extends CAMException

See Also:
Serialized Form

Constructor Summary
TransformException()
           
TransformException(java.lang.String arg0)
           
TransformException(java.lang.String arg0, java.lang.Throwable arg1)
           
TransformException(java.lang.Throwable arg0)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformException

public TransformException()

TransformException

public TransformException(java.lang.String arg0)

TransformException

public TransformException(java.lang.String arg0,
                          java.lang.Throwable arg1)

TransformException

public TransformException(java.lang.Throwable arg0)