org.araneaframework.core
Class AraneaRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.lang.exception.NestableRuntimeException
                  extended byorg.araneaframework.core.AraneaRuntimeException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, Serializable
Direct Known Subclasses:
BaseFieldConstraint.FieldConstraintException, DataItemTypeViolatedException, EmptyCallStackException, EmptyPathStackException, EventException, InvalidFormElementNameException, NoCurrentInputDataSetException, NoCurrentOutputDataSetException, NoSerializedClientStateException, NoSuchComponentException, NoSuchEnvironmentEntryException, NoSuchNarrowableException, NoSuchServiceException, NoSuchWidgetException, ValidationFailureException

public class AraneaRuntimeException
extends org.apache.commons.lang.exception.NestableRuntimeException

A general nestable Aranea specific runtime exception.

Author:
"Toomas Römer"
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Constructor Summary
AraneaRuntimeException()
           
AraneaRuntimeException(String message)
           
AraneaRuntimeException(String message, Throwable cause)
           
AraneaRuntimeException(Throwable cause)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AraneaRuntimeException

public AraneaRuntimeException(String message,
                              Throwable cause)

AraneaRuntimeException

public AraneaRuntimeException()

AraneaRuntimeException

public AraneaRuntimeException(String message)

AraneaRuntimeException

public AraneaRuntimeException(Throwable cause)