com.ohrasys.cad.bnf
Class BNFTestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ohrasys.cad.bnf.BNFTestException
All Implemented Interfaces:
java.io.Serializable

public class BNFTestException
extends java.lang.Exception

An exception class for the BNF test package

See Also:
Serialized Form

Constructor Summary
BNFTestException()
          Creates a new BNFTestException object.
BNFTestException(java.lang.String msg)
          Creates a new BNFTestException object.
 
Method Summary
 java.lang.String toString()
          Returns the message associated with this exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BNFTestException

public BNFTestException()
Creates a new BNFTestException object.


BNFTestException

public BNFTestException(java.lang.String msg)
Creates a new BNFTestException object.

Parameters:
msg - The message to associate with this exception
Method Detail

toString

public java.lang.String toString()
Returns the message associated with this exception

Overrides:
toString in class java.lang.Throwable
Returns:
The message associated with this exception