org.apache.poi.ss.formula.eval
Class NotImplementedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.apache.poi.ss.formula.eval.NotImplementedException
org.apache.poi.ss.formula.eval.NotImplementedException
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- NotImplementedFunctionException
- public class NotImplementedException 
- extends java.lang.RuntimeException
An exception thrown by implementors of FormulaEvaluator,
  when attempting to evaluate a formula which requires features
   that POI does not (yet) support.
 
 
Where possible, a subclass of this should be thrown, to provide
  more detail of what part of the formula couldn't be processed due
  to a missing implementation
- See Also:
- Serialized Form
 
 
| 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 | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
NotImplementedException
public NotImplementedException(java.lang.String message)
NotImplementedException
public NotImplementedException(java.lang.String message,
                               NotImplementedException cause)