exceptions
Class LogicParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by exceptions.LogicParserException
All Implemented Interfaces:
java.io.Serializable

public class LogicParserException
extends java.lang.RuntimeException

Logic Parser Exception

This exception is thrown when an invalid formula has been parsed.

Copyright(c) 2005 Université Laval, LSFM research group.

Version:
1.0
Author:
Nicolas Richard
See Also:
Serialized Form

Constructor Summary
LogicParserException()
          Default constructor with no description
LogicParserException(java.lang.String message)
          Initialization constructor
 
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

LogicParserException

public LogicParserException()
Default constructor with no description


LogicParserException

public LogicParserException(java.lang.String message)
Initialization constructor

Parameters:
msg - a description of the exception