org.formulacompiler.compiler
Class CompilerException.BrokenReference
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.formulacompiler.compiler.CompilerException.BrokenReference
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CompilerException
public static class CompilerException.BrokenReference
- extends RuntimeException
Indicates that a reference to a cell is broken. Spreadsheet applications usually show #REF!
error.
- Author:
- Vladimir Korenev
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CompilerException.BrokenReference
public CompilerException.BrokenReference(String _message)