Package com.vaadin.copilot.plugins.docs
Class DocsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vaadin.copilot.plugins.docs.DocsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CUSTOM_COMPONENT_NOT_SUPPORTED
public static final int CUSTOM_COMPONENT_NOT_SUPPORTED- See Also:
-
NOT_A_VAADIN_COMPONENT
public static final int NOT_A_VAADIN_COMPONENT- See Also:
-
DOCUMENTATION_PAGE_NOT_FOUND
public static final int DOCUMENTATION_PAGE_NOT_FOUND- See Also:
-
UNKNOWN_ERROR
public static final int UNKNOWN_ERROR- See Also:
-
DOCUMENTATION_PAGE_SERVICE_NOT_AVAILABLE
public static final int DOCUMENTATION_PAGE_SERVICE_NOT_AVAILABLE- See Also:
-
-
Constructor Details
-
DocsException
public DocsException(int code)
-
-
Method Details
-
getCode
public int getCode()
-