org.apache.tapestry5.internal.services
Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.ioc.internal.util.TapestryException
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
TransformationException
public TransformationException(ClassTransformation transformation,
Throwable cause)
getTransformation
public ClassTransformation getTransformation()
Copyright © 2003-2012 The Apache Software Foundation.