com.jxcell
Class CellException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jxcell.CellException
All Implemented Interfaces:
java.io.Serializable

public class CellException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CellException(short word0)
           
CellException(short word0, java.lang.String message)
           
CellException(short word0, java.lang.String s, java.lang.Throwable throwable)
           
CellException(short word0, java.lang.Throwable throwable)
           
CellException(java.lang.String s)
           
CellException(java.lang.String message, java.lang.String title)
           
CellException(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String getDescription()
           
 short getError()
           
 java.lang.String getMessage()
           
static java.lang.String getMessage(short index, Group group, int i)
           
 void setDescription(java.lang.String s)
           
static void setMessage(int index, Group group, int i, java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellException

public CellException(java.lang.String s)

CellException

public CellException(java.lang.String message,
                     java.lang.String title)

CellException

public CellException(short word0,
                     java.lang.String message)

CellException

public CellException(short word0,
                     java.lang.String s,
                     java.lang.Throwable throwable)

CellException

public CellException(short word0)

CellException

public CellException(short word0,
                     java.lang.Throwable throwable)

CellException

public CellException(java.lang.Throwable throwable)
Method Detail

getError

public short getError()

getMessage

public static java.lang.String getMessage(short index,
                                          Group group,
                                          int i)

setMessage

public static void setMessage(int index,
                              Group group,
                              int i,
                              java.lang.String message)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

setDescription

public void setDescription(java.lang.String s)

getDescription

public java.lang.String getDescription()