public class

ViewException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.view.ViewException
Known Direct Subclasses

Class Overview

Indicates something went wrong when rendering a view.

Summary

Public Constructors
ViewException()
ViewException(String s)
ViewException(String s, Throwable throwable)
ViewException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ViewException ()

public ViewException (String s)

public ViewException (String s, Throwable throwable)

public ViewException (Throwable throwable)