jsystem.framework.analyzer
Class AnalyzerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjunit.framework.AssertionFailedError
              extended byjsystem.framework.analyzer.AnalyzerException
All Implemented Interfaces:
Serializable

public class AnalyzerException
extends AssertionFailedError

This exception is thrown if the analyzing gives negative results.

See Also:
Serialized Form

Constructor Summary
AnalyzerException()
           
AnalyzerException(String message)
           
 
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

AnalyzerException

public AnalyzerException()

AnalyzerException

public AnalyzerException(String message)