mandala.util
Class ExceptionHandler.UnHandledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mandala.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
Method Summary |
Throwable |
getCause()
Returns the exception which is the real cause of this one. |
ExceptionHandler.UnHandledException
public ExceptionHandler.UnHandledException(Throwable throwable)
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