| 
||||||||||
| 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.sourceforge.jemm.BaseException
org.sourceforge.jemm.weaver.CompilerException
org.sourceforge.jemm.weaver.transformation.TransformationException
public class TransformationException
Thrown when a ClassTransformer can not introduce the right results.
| Constructor Summary | |
|---|---|
TransformationException(java.lang.String message)
Constructs a new TransformationException with the specified detail message.  | 
|
TransformationException(java.lang.String message,
                        java.lang.Throwable cause)
Constructs a new TransformationException with the specified detail message and cause.  | 
|
| 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 | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public TransformationException(java.lang.String message,
                               java.lang.Throwable cause)
message - The detail message.cause - The cause.public TransformationException(java.lang.String message)
message - The detail message.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||