org.debellor.core.exception
Class DebellorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.debellor.core.exception.DebellorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CellException, CellIsNotOperatorException, DataException, IllegalParameterValueException, ParameterConversionException, ParameterUndefinedException, UnknownParameterException

public class DebellorException
extends java.lang.Exception

Author:
Marcin Wojnarski
See Also:
Serialized Form

Constructor Summary
DebellorException()
           
DebellorException(java.lang.String message)
           
DebellorException(java.lang.String message, java.lang.Throwable cause)
           
DebellorException(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
 

Constructor Detail

DebellorException

public DebellorException()

DebellorException

public DebellorException(java.lang.String message,
                         java.lang.Throwable cause)

DebellorException

public DebellorException(java.lang.String message)

DebellorException

public DebellorException(java.lang.Throwable cause)