Package org.javarosa.core.log
Class WrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javarosa.core.log.WrappedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FatalException
public class WrappedException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description WrappedException(Exception child)WrappedException(String message)WrappedException(String message, Exception child) -
Method Summary
Modifier and Type Method Description static StringconstructMessage(String message, Exception child)static StringprintException(Exception e)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString