net.sf.jett.exception
Class FormulaParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jett.exception.ParseException
                  extended by net.sf.jett.exception.FormulaParseException
All Implemented Interfaces:
java.io.Serializable

public class FormulaParseException
extends ParseException

A FormulaParseException occurs when there is an error parsing formula text.

Author:
Randy Gettman
See Also:
Serialized Form

Constructor Summary
FormulaParseException()
          Create a FormulaParseException.
FormulaParseException(java.lang.String message)
          Create a FormulaParseException with the given message.
FormulaParseException(java.lang.String message, java.lang.Throwable cause)
          Create a FormulaParseException with the given message.
FormulaParseException(java.lang.Throwable cause)
          Create a FormulaParseException.
 
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

FormulaParseException

public FormulaParseException()
Create a FormulaParseException.


FormulaParseException

public FormulaParseException(java.lang.String message)
Create a FormulaParseException with the given message.

Parameters:
message - The message.

FormulaParseException

public FormulaParseException(java.lang.Throwable cause)
Create a FormulaParseException.

Parameters:
cause - The cause.

FormulaParseException

public FormulaParseException(java.lang.String message,
                             java.lang.Throwable cause)
Create a FormulaParseException with the given message.

Parameters:
message - The message.
cause - The cause.


Copyright © 2012-2013 Jett Team. All Rights Reserved.