Package com.arbortext.epic.ui
Class WindowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arbortext.epic.ui.WindowException
- All Implemented Interfaces:
Serializable
Window operations may throw a
WindowException as specified in
their method descriptions.- Since:
- Epic 4.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal shortstatic final shortAn attempt to insert a component in an invalid location.static final shortAn attempt to set color with an unsupported color name or invalid RGB specification.static final shortAn attempt to dock a dockable window to a main window edge which is not enabled for the dockable window.static final shortAn attempt to modify the type of the underlying object.static final shortAn attempt to dock a window which is not dockable.static final shortAn attempt to modify a read-only text.static final shortAn attempt to reference a component or window in a context where it does not exist.static final shortThe implementation does not support the requested type of object or operation.static final shortA component is used in a window other than the one that created it (and doesn't support the component). -
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
-
code
public final short code -
NOT_SUPPORTED_ERR
public static final short NOT_SUPPORTED_ERRThe implementation does not support the requested type of object or operation.- See Also:
-
HIERARCHY_REQUEST_ERR
public static final short HIERARCHY_REQUEST_ERRAn attempt to insert a component in an invalid location.- See Also:
-
WRONG_WINDOW_ERR
public static final short WRONG_WINDOW_ERRA component is used in a window other than the one that created it (and doesn't support the component).- See Also:
-
NOT_FOUND_ERR
public static final short NOT_FOUND_ERRAn attempt to reference a component or window in a context where it does not exist.- See Also:
-
INVALID_COLOR_ERR
public static final short INVALID_COLOR_ERRAn attempt to set color with an unsupported color name or invalid RGB specification.- See Also:
-
INVALID_MODIFICATION_ERR
public static final short INVALID_MODIFICATION_ERRAn attempt to modify the type of the underlying object.- See Also:
-
NO_MODIFICATION_ALLOWED_ERR
public static final short NO_MODIFICATION_ALLOWED_ERRAn attempt to modify a read-only text.- See Also:
-
NO_DOCKING_ALLOWED_ERR
public static final short NO_DOCKING_ALLOWED_ERRAn attempt to dock a window which is not dockable.- Since:
- Epic 4.4.1
- See Also:
-
INVALID_DOCKING_ERR
public static final short INVALID_DOCKING_ERRAn attempt to dock a dockable window to a main window edge which is not enabled for the dockable window.- Since:
- Epic 4.4.1
- See Also:
-
-
Constructor Details
-
WindowException
-
WindowException
public WindowException(short code)
-