org.rapla.framework
Class RaplaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.avalon.framework.CascadingException
              extended by org.rapla.framework.RaplaException
All Implemented Interfaces:
Serializable, CascadingThrowable
Direct Known Subclasses:
DependencyException, EntityNotFoundException, IllegalAnnotationException, RaplaContextException, UniqueKeyException

public class RaplaException
extends CascadingException

the base-class for all Rapla specific Exceptions

See Also:
Serialized Form

Constructor Summary
RaplaException(String text)
           
RaplaException(String text, Throwable ex)
           
RaplaException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

RaplaException

public RaplaException(String text)

RaplaException

public RaplaException(Throwable throwable)

RaplaException

public RaplaException(String text,
                      Throwable ex)


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.