org.sourceforge.jemm.weaver.analysis
Class DependencyException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RepeatedTransformationException

public class DependencyException
extends CompilerException

Thrown when something is wrong within the Dependency Manager. See sub class implementations for the specific problems.

Author:
Paul Keeble
See Also:
Serialized Form

Constructor Summary
DependencyException(java.lang.String message)
          Creates a DependencyException with the given error message.
DependencyException(java.lang.String message, java.lang.Throwable throwable)
          Creates a DependencyException with the given 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

DependencyException

public DependencyException(java.lang.String message,
                           java.lang.Throwable throwable)
Creates a DependencyException with the given message and cause.

Parameters:
message - The given error message.
throwable - The given underlying exception.

DependencyException

public DependencyException(java.lang.String message)
Creates a DependencyException with the given error message.

Parameters:
message - The given error message.


Copyright © 2009. All Rights Reserved.