org.formulacompiler.compiler
Class CompilerException.NameNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.formulacompiler.compiler.CompilerException.NameNotFound
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CompilerException
public static class CompilerException.NameNotFound
- extends RuntimeException
Indicates that a required named element was not found.
- Author:
- peo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CompilerException.NameNotFound
public CompilerException.NameNotFound(String _message)
CompilerException.NameNotFound
public CompilerException.NameNotFound(String _message,
Throwable _cause)