org.debellor.core.exception.cell
Class CellException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.debellor.core.exception.DebellorException
              extended by org.debellor.core.exception.cell.CellException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CellAccessException, CellInternalException, CellIsFixedException, CellMethodNotImplementedException

public class CellException
extends DebellorException

Author:
Marcin Wojnarski
See Also:
Serialized Form

Field Summary
 Cell cell
           
 
Constructor Summary
CellException(Cell cell, Cell.CellMethod cellMethod, java.lang.String cause)
           
CellException(Cell cell, Cell.CellMethod cellMethod, java.lang.Throwable cause)
           
CellException(Cell cell, java.lang.String cause)
           
CellException(Cell cell, java.lang.String method, java.lang.String cause)
           
CellException(Cell cell, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cell

public final Cell cell
Constructor Detail

CellException

public CellException(Cell cell,
                     java.lang.Throwable cause)

CellException

public CellException(Cell cell,
                     Cell.CellMethod cellMethod,
                     java.lang.Throwable cause)

CellException

public CellException(Cell cell,
                     Cell.CellMethod cellMethod,
                     java.lang.String cause)

CellException

public CellException(Cell cell,
                     java.lang.String cause)

CellException

public CellException(Cell cell,
                     java.lang.String method,
                     java.lang.String cause)