public class FormsMgrException extends Exception
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected String |
message |
protected Object[] |
messageArgs |
protected String |
unresolvedMessage |
Constructor and Description |
---|
FormsMgrException() |
FormsMgrException(String message) |
FormsMgrException(String code,
Object[] args) |
FormsMgrException(String code,
Object[] args,
ResourceBundle resourceBundle) |
FormsMgrException(String code,
Object[] args,
ResourceBundle resourceBundle,
Throwable cause) |
FormsMgrException(String code,
Object[] args,
Throwable cause) |
FormsMgrException(String message,
Throwable cause) |
FormsMgrException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getMessage() |
Object[] |
getMessageArgs() |
String |
getUnresolvedMessage() |
protected void |
setCode(String code) |
protected void |
setMessage(String message) |
protected void |
setMessageArgs(Object[] messageArgs) |
protected void |
setUnresolvedMessage(String unresolvedMessage) |
protected String message
protected String code
protected String unresolvedMessage
protected Object[] messageArgs
public FormsMgrException()
public FormsMgrException(String message)
public FormsMgrException(Throwable cause)
public FormsMgrException(String code, Object[] args, ResourceBundle resourceBundle)
public FormsMgrException(String code, Object[] args, ResourceBundle resourceBundle, Throwable cause)
public String getCode()
protected void setCode(String code)
public String getMessage()
getMessage
in class Throwable
protected void setMessage(String message)
public String getUnresolvedMessage()
protected void setUnresolvedMessage(String unresolvedMessage)
public Object[] getMessageArgs()
protected void setMessageArgs(Object[] messageArgs)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.