|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.ioc.internal.util.TapestryException
org.apache.tapestry5.internal.services.TransformationException
public class TransformationException
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.
Constructor Summary | |
---|---|
TransformationException(ClassTransformation transformation,
java.lang.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 |
---|
public TransformationException(ClassTransformation transformation, java.lang.Throwable cause)
Method Detail |
---|
public ClassTransformation getTransformation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |