org.ow2.bonita.util
Class BonitaRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.bonita.util.BonitaRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AtomicArchiveException, BonitaInternalException, BonitaWrapperException, ExpressionEvaluationException, GroovyException, HookInvocationException, MultiInstantiatorInvocationException, PerformerAssignInvocationException, RoleMapperInvocationException, TypeMismatchException

public class BonitaRuntimeException
extends java.lang.RuntimeException

Parent class for runtime exception.

Author:
Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras.
See Also:
Serialized Form

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

BonitaRuntimeException

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

BonitaRuntimeException

public BonitaRuntimeException(java.lang.Throwable cause)

BonitaRuntimeException

public BonitaRuntimeException(java.lang.String message)


Copyright © 2009 OW2 Consortium. All Rights Reserved.