org.melati.servlet
Class TrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.servlet.TrappedException
- All Implemented Interfaces:
- Serializable
public class TrappedException
- extends RuntimeException
If we have to turn an exception into a runtime exception, we do it using a
TrappedException.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TrappedException
public TrappedException(Throwable cause)
- Constructor.
- Parameters:
cause
-
TrappedException
public TrappedException(String message,
Throwable cause)
- Constructor.
- Parameters:
message
- cause
-
Copyright © 2000-2010 PanEris. All Rights Reserved.