org.softevo.ample.eval
Class AnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.softevo.ample.eval.AnalysisException
All Implemented Interfaces:
java.io.Serializable

public class AnalysisException
extends java.lang.Exception

An exception signalizing error conditions during trace analysis.

See Also:
Serialized Form

Constructor Summary
AnalysisException(java.lang.String message)
          Creates a new exception.
AnalysisException(java.lang.String message, java.lang.Throwable exception)
          Creates a new exception.
AnalysisException(java.lang.Throwable exception)
          Creates a new exception.
 
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

AnalysisException

public AnalysisException(java.lang.String message)
Creates a new exception.

Parameters:
message - the message of the exception

AnalysisException

public AnalysisException(java.lang.Throwable exception)
Creates a new exception.

Parameters:
exception - the exception wrapped

AnalysisException

public AnalysisException(java.lang.String message,
                         java.lang.Throwable exception)
Creates a new exception.

Parameters:
exception - the exception wrapped
message - an additional message