org.sourceforge.jemm.weaver.transformation
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sourceforge.jemm.BaseException
                  extended by org.sourceforge.jemm.weaver.CompilerException
                      extended by org.sourceforge.jemm.weaver.transformation.TransformationException
All Implemented Interfaces:
java.io.Serializable

public class TransformationException
extends CompilerException

Thrown when a ClassTransformer can not introduce the right results.

Author:
Paul Keeble
See Also:
Serialized Form

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

TransformationException

public TransformationException(java.lang.String message,
                               java.lang.Throwable cause)
Constructs a new TransformationException with the specified detail message and cause.

Parameters:
message - The detail message.
cause - The cause.

TransformationException

public TransformationException(java.lang.String message)
Constructs a new TransformationException with the specified detail message.

Parameters:
message - The detail message.


Copyright © 2009. All Rights Reserved.