fr.inria.ketuk
Class BMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fr.inria.ketuk.BMException
All Implemented Interfaces:
java.io.Serializable

public class BMException
extends java.lang.Exception

Exception raised during the processing of a BM script

Author:
Claude Pasquier
See Also:
Serialized Form

Constructor Summary
BMException()
          Default constructor
BMException(java.lang.String message)
          Constructor with an error message specified
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BMException

public BMException()
Default constructor

BMException

public BMException(java.lang.String message)
Constructor with an error message specified