Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jxl.biff.formula
Class FormulaException.FormulaMessage  view FormulaException.FormulaMessage download FormulaException.FormulaMessage.java

java.lang.Object
  extended byjxl.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