Class WidgetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cockpit.reports.widgets.factory.WidgetException
- All Implemented Interfaces:
Serializable
WARNING: unstable API, don't extend/implement
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWidgetException(String message) WidgetException(String message, Throwable exception) WidgetException(Throwable exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WidgetException
public WidgetException() -
WidgetException
- Parameters:
message- messageexception- exception
-
WidgetException
- Parameters:
message- message
-
WidgetException
- Parameters:
exception- exception
-