mandala.util
Class ExceptionHandler.UnHandledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bymandala.util.ExceptionHandler.UnHandledException
All Implemented Interfaces:
Serializable
Enclosing class:
ExceptionHandler

public static class ExceptionHandler.UnHandledException
extends RuntimeException
implements Serializable

Generic class allowing any exception to be thrown and wrapped in a new RuntimeException one.

Since:
1.0
Version:
$Revision: 1.9 $
Author:
eipi
See Also:
RuntimeException, Serialized Form

Constructor Summary
ExceptionHandler.UnHandledException(Throwable throwable)
           
 
Method Summary
 Throwable getCause()
          Returns the exception which is the real cause of this one.
 
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

ExceptionHandler.UnHandledException

public ExceptionHandler.UnHandledException(Throwable throwable)
Method Detail

getCause

public Throwable getCause()

Returns the exception which is the real cause of this one.

Returns:
the exception which is the real cause of this one.


Mandala help mailing list