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:
java.io.Serializable
Enclosing class:
ExceptionHandler

public static class ExceptionHandler.UnHandledException
extends java.lang.RuntimeException
implements java.io.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(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.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(java.lang.Throwable throwable)
Method Detail

getCause

public java.lang.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