gov.llnl.babel.symbols
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.llnl.babel.symbols.AssertionException
All Implemented Interfaces:
java.io.Serializable

public class AssertionException
extends java.lang.Exception

A AssertionException is thrown if an assertion or its expression is determined to be invalid.

See Also:
Serialized Form

Constructor Summary
AssertionException(java.lang.String msg)
          Create a new exception object with the specified message.
AssertionException(java.lang.String preface, java.lang.String msg)
          Create a new exception object with the specified preface and message.
 
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

AssertionException

public AssertionException(java.lang.String msg)
Create a new exception object with the specified message.


AssertionException

public AssertionException(java.lang.String preface,
                          java.lang.String msg)
Create a new exception object with the specified preface and message.