org.drupal.project.async_command.exception
Class DrupletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.drupal.project.async_command.exception.DrupletException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandExecutionException, CommandParseException, ConfigLoadingException, DatabaseRuntimeException

public class DrupletException
extends java.lang.RuntimeException

Handles any Drupal related exceptions.

See Also:
Serialized Form

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

DrupletException

public DrupletException(java.lang.Throwable t)

DrupletException

public DrupletException(java.lang.String msg)

DrupletException

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