org.mentawai.util
Class RuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mentawai.util.RuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TemplateException
public class RuntimeException
- extends RuntimeException
- See Also:
- Serialized Form
rootCause
protected final Throwable rootCause
RuntimeException
public RuntimeException()
RuntimeException
public RuntimeException(String msg)
RuntimeException
public RuntimeException(Throwable t)
RuntimeException
public RuntimeException(String msg,
Throwable t)
RuntimeException
public RuntimeException(String msg,
Throwable t,
boolean appendRootMsg)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
Copyright © 2011. All Rights Reserved.