org.debellor.core.exception.cell
Class CellIsNotOperatorException

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.CellIsNotOperatorException
All Implemented Interfaces:
java.io.Serializable

public class CellIsNotOperatorException
extends DebellorException

Author:
Marcin Wojnarski
See Also:
Serialized Form

Constructor Summary
CellIsNotOperatorException(Cell cell)
           
 
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
 

Constructor Detail

CellIsNotOperatorException

public CellIsNotOperatorException(Cell cell)