org.formulacompiler.spreadsheet
Class SpreadsheetException.NameNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.formulacompiler.spreadsheet.SpreadsheetException.NameNotFound
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SpreadsheetException
public static class SpreadsheetException.NameNotFound
- extends RuntimeException
You attempted to access a cell or range by a name which is not defined.
- Author:
- peo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpreadsheetException.NameNotFound
public SpreadsheetException.NameNotFound(String _message)
SpreadsheetException.NameNotFound
public SpreadsheetException.NameNotFound(String _message,
Throwable _cause)