Traceability

tte.exceptions
Class AnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tte.exceptions.AnalysisException
All Implemented Interfaces:
java.io.Serializable

public final class AnalysisException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AnalysisException(java.lang.String message)
          Creates a new instance of AnalysisException.
AnalysisException(java.lang.String message, int level)
          Creates a new instance of AnalysisException.
 
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,
                         int level)
Creates a new instance of AnalysisException.

Parameters:
message - is the information concerning the exception
level - is the level of the exception

AnalysisException

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

Parameters:
message - is the information concerning the exception

Traceability

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.