Package com.atlassian.gadgets.view
Class GadgetRenderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.gadgets.view.GadgetRenderingException
- All Implemented Interfaces:
Serializable
Thrown if there is a problem trying to render a gadget (for example, if the request view is not defined)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGadgetRenderingException(GadgetState gadget, Throwable cause) GadgetRenderingException(String message, GadgetState gadget) GadgetRenderingException(String message, GadgetState gadget, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GadgetRenderingException
-
GadgetRenderingException
-
GadgetRenderingException
-
-
Method Details
-
getGadgetState
-