gov.llnl.babel.symbols

Class AssertionException


public class AssertionException
extends Exception

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

Constructor Summary

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.

Constructor Details

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.