|
|||||||||
| Home >> All >> jxl >> biff >> [ formula overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jxl.biff.formula
Class FormulaException.FormulaMessage

java.lang.Objectjxl.biff.formula.FormulaException.FormulaMessage
- Enclosing class:
- FormulaException
- private static class FormulaException.FormulaMessage
- extends java.lang.Object
Inner class containing the message
| Field Summary | |
private java.lang.String |
message
The message |
| Constructor Summary | |
(package private) |
FormulaException.FormulaMessage(java.lang.String m)
Constructs this exception with the specified message |
| Method Summary | |
java.lang.String |
getMessage()
Accessor for the message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
message
private java.lang.String message
- The message
| Constructor Detail |
FormulaException.FormulaMessage
FormulaException.FormulaMessage(java.lang.String m)
- Constructs this exception with the specified message
| Method Detail |
getMessage
public java.lang.String getMessage()
- Accessor for the message
|
|||||||||
| Home >> All >> jxl >> biff >> [ formula overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jxl.biff.formula.FormulaException.FormulaMessage