Package org.nuiton.jaxx.widgets
Class JaxxWidgetRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuiton.jaxx.widgets.JaxxWidgetRuntimeException
-
- All Implemented Interfaces:
Serializable
public class JaxxWidgetRuntimeException extends RuntimeException
A none checked exception to use in widgets. Created on 11/30/14.- Since:
- 2.18
- Author:
- Tony Chemit - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxxWidgetRuntimeException()JaxxWidgetRuntimeException(String message)JaxxWidgetRuntimeException(String message, Throwable cause)JaxxWidgetRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-