gov.llnl.babel.symbols
Class AssertionException
Exception
gov.llnl.babel.symbols.AssertionException
public class AssertionException
extends Exception
A AssertionException
is thrown if an assertion or its
expression is determined to be invalid.
AssertionException(String msg) - Create a new exception object with the specified message.
|
AssertionException(String preface, String msg) - Create a new exception object with the specified preface and message.
|
AssertionException
public AssertionException(String msg)
Create a new exception object with the specified message.
AssertionException
public AssertionException(String preface,
String msg)
Create a new exception object with the specified preface and message.