org.formulacompiler.spreadsheet
Class SpreadsheetException.NameNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.formulacompiler.spreadsheet.SpreadsheetException.NameNotFound
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SpreadsheetException

public static class SpreadsheetException.NameNotFound
extends java.lang.RuntimeException

You attempted to access a cell or range by a name which is not defined.

Author:
peo
See Also:
Serialized Form

Constructor Summary
SpreadsheetException.NameNotFound(java.lang.String _message)
           
SpreadsheetException.NameNotFound(java.lang.String _message, java.lang.Throwable _cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpreadsheetException.NameNotFound

public SpreadsheetException.NameNotFound(java.lang.String _message)

SpreadsheetException.NameNotFound

public SpreadsheetException.NameNotFound(java.lang.String _message,
                                         java.lang.Throwable _cause)