org.sourceforge.jemm.weaver.transformation
Class RepeatedTransformationException

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.analysis.DependencyException
                          extended by org.sourceforge.jemm.weaver.transformation.RepeatedTransformationException
All Implemented Interfaces:
java.io.Serializable

public class RepeatedTransformationException
extends DependencyException

Thrown when the same transformation is added to the Dependency Manager more than once.

Author:
Paul Keeble
See Also:
Serialized Form

Constructor Summary
RepeatedTransformationException(java.lang.String message)
          Constructs a new RepeatedTransformationException with the specified detail message.
RepeatedTransformationException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new RepeatedTransformationException 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

RepeatedTransformationException

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

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

RepeatedTransformationException

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

Parameters:
message - The detail message.


Copyright © 2009. All Rights Reserved.