com.japisoft.formula
Class SymbolResolverException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.japisoft.formula.SymbolResolverException
All Implemented Interfaces:
java.io.Serializable

public class SymbolResolverException
extends java.lang.RuntimeException

This exception is for invalid symbol.

More information at : http://www.japisoft.com

Version:
1.0
See Also:
SymbolResolver, Serialized Form

Constructor Summary
SymbolResolverException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymbolResolverException

public SymbolResolverException(java.lang.String message)