org.apache.tapestry5.internal.services
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tapestry5.ioc.internal.util.TapestryException
                  extended by org.apache.tapestry5.internal.services.TransformationException
All Implemented Interfaces:
Serializable, Locatable

public class TransformationException
extends TapestryException

Exception thrown when there is a failure transforming a class, or instantiating a transformed class. The cause may be an Error. The goal is to get the ClassTransformation into the exception report page, properly formatted.

See Also:
Serialized Form

Constructor Summary
TransformationException(ClassTransformation transformation, Throwable cause)
           
 
Method Summary
 ClassTransformation getTransformation()
           
 
Methods inherited from class org.apache.tapestry5.ioc.internal.util.TapestryException
getLocation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

TransformationException

public TransformationException(ClassTransformation transformation,
                               Throwable cause)
Method Detail

getTransformation

public ClassTransformation getTransformation()


Copyright © 2003-2012 The Apache Software Foundation.