Package com.atlassian.bitbucket.view
Class ViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.view.ViewException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TemplateRenderingException
,ViewStreamIOException
Indicates something went wrong when rendering a view.
- See Also:
-
Constructor Summary
ConstructorDescriptionViewException
(String s, Throwable throwable) ViewException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewException
public ViewException() -
ViewException
-
ViewException
-
ViewException
-