Package org.zkoss.zkforge.clipboard
Class ClipboardError
- java.lang.Object
-
- org.zkoss.zkforge.clipboard.ClipboardError
-
public class ClipboardError extends Object
Represents a clipboard operation error with structured error information. Based on W3C Clipboard API DOMException patterns and browser implementations.- See Also:
- W3C Clipboard APIs, MDN Clipboard API
-
-
Field Summary
Fields Modifier and Type Field Description protected intcodeprotected Stringmessagestatic intSERVER_ERROR
-
Constructor Summary
Constructors Constructor Description ClipboardError(int code, String message)
-
-
-
Field Detail
-
SERVER_ERROR
public static final int SERVER_ERROR
- See Also:
- Constant Field Values
-
code
@Expose protected final int code
-
message
@Expose protected final String message
-
-
Constructor Detail
-
ClipboardError
public ClipboardError(int code, String message)
-
-
Method Detail
-
getCode
public int getCode()
-
getMessage
public String getMessage()
-
-