opale.mathtools.parser
Class ParseFunctionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--opale.mathtools.parser.ParseFunctionException
All Implemented Interfaces:
java.io.Serializable

public class ParseFunctionException
extends java.lang.RuntimeException

Thrown to indicate a problem during the parsing of a string.

See Also:
Serialized Form

Constructor Summary
ParseFunctionException()
           
ParseFunctionException(java.lang.String str)
           
 
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

ParseFunctionException

public ParseFunctionException()

ParseFunctionException

public ParseFunctionException(java.lang.String str)