exceptions
Class DataParserException

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

public class DataParserException
extends java.lang.Exception

Data 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
DataParserException()
          Default constructor with no description
DataParserException(java.lang.String msg)
          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

DataParserException

public DataParserException()
Default constructor with no description


DataParserException

public DataParserException(java.lang.String msg)
Initialization constructor

Parameters:
msg - a description of the exception