org.debellor.core.exception
Class DebellorError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.debellor.core.exception.DebellorError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InternalError

public class DebellorError
extends java.lang.RuntimeException

Author:
Marcin Wojnarski
See Also:
Serialized Form

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

DebellorError

public DebellorError()

DebellorError

public DebellorError(java.lang.String message)
Parameters:
message -

DebellorError

public DebellorError(java.lang.Throwable cause)
Parameters:
cause -

DebellorError

public DebellorError(java.lang.String message,
                     java.lang.Throwable cause)
Parameters:
message -
cause -