Class WidgetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.platform.forms.layout.api.exceptions.WidgetException
-
- All Implemented Interfaces:
Serializable
public class WidgetException extends RuntimeException
Widget exception- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WidgetException()
WidgetException(String message)
WidgetException(String message, Throwable cause)
WidgetException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-