org.apache.myfaces.extensions.cdi.core.api
Class UnhandledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.myfaces.extensions.cdi.core.api.UnhandledException
- All Implemented Interfaces:
- Serializable
public class UnhandledException
- extends RuntimeException
Exception wrapper for checked exception for throwing them as RuntimeException
and processing them
on a different level of the call-stack.
- Author:
- Gerhard Petracek
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnhandledException
public UnhandledException(String message)
- Parameters:
message
- message for the exception
UnhandledException
public UnhandledException(Throwable cause)
- Parameters:
cause
- exception which should be wrapped in an RuntimeException
UnhandledException
public UnhandledException(String message,
Throwable cause)
- Parameters:
message
- message for the exceptioncause
- exception which should be wrapped in an RuntimeException
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.