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 SummaryConstructorsConstructorDescriptionViewException(String s, Throwable throwable) ViewException(Throwable throwable) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ViewExceptionpublic ViewException()
- 
ViewException
- 
ViewException
- 
ViewException
 
-