| Package | com.adobe.livecycle.signatures.client.types.exceptions |
| Class | public class SignaturesBaseException |
| Inheritance | SignaturesBaseException CommonBaseException |
| Method | Defined By | ||
|---|---|---|---|
Constructs a new exception with a null message and cause. | SignaturesBaseException | ||
SignaturesBaseException(String arg0) Constructs a new exception with a given message. | SignaturesBaseException | ||
SignaturesBaseException(Throwable arg0) Constructs a new exception with a given cause. | SignaturesBaseException | ||
SignaturesBaseException(String arg0, Throwable arg1) Constructs a new exception with a given message and cause. | SignaturesBaseException | ||
SignaturesBaseException(String errorMsg, Object[] params) Constructs a new exception with a given message. | SignaturesBaseException | ||
SignaturesBaseException(String errorMsg, Object[] params, Throwable chainedException) Constructs a new exception with a given message. | SignaturesBaseException | ||
![]() | String getMessage() Returns an error messge. | ||
![]() | void printStackTrace() Prints the StackTrace on System.err. | ||
![]() | void printStackTrace(PrintStream s) Prints the StackTrace onto the input PrintStream. | ||
![]() | void printStackTrace(PrintWriter w) Prints the StackTrace onto the input PrintWriter. | ||
| SignaturesBaseException | () |
public SignaturesBaseException()Constructs a new exception with a null message and cause.
See also
| SignaturesBaseException | () |
public SignaturesBaseException(String arg0)Constructs a new exception with a given message.
Parametersarg0 — The detailed message. |
See also
| SignaturesBaseException | () |
public SignaturesBaseException(Throwable arg0)Constructs a new exception with a given cause.
Parametersarg0 — The causing exception. Null is permitted. |
See also
| SignaturesBaseException | () |
public SignaturesBaseException(String arg0, Throwable arg1)Constructs a new exception with a given message and cause.
Parametersarg0 — The detailed message. | |
arg1 — The causing exception. Null is permitted. |
See also
| SignaturesBaseException | () |
public SignaturesBaseException(String errorMsg, Object[] params)Constructs a new exception with a given message.
ParameterserrorMsg — The detailed message. | |
params — An array of Objects which will be substituted in place of the format specifiers like {0}, {1} and so on in the formatted message as obtained from the properties file corresponding to the errorMsg as the key. If the array contains more objects than the format specifiers in the message the extra ones will be ignored. If the array contains less number of objects then the extra specifiers will be printed as is. |
| SignaturesBaseException | () |
public SignaturesBaseException(String errorMsg, Object[] params, Throwable chainedException)Constructs a new exception with a given message.
ParameterserrorMsg — The detailed message. | |
params — An array of Objects which will be substituted in place of the format specifiers like {0}, {1} and so on in the formatted message as obtained from the properties file corresponding to the errorMsg as the key. If the array contains more objects than the format specifiers in the message the extra ones will be ignored. If the array contains less number of objects then the extra specifiers will be printed as is. | |
chainedException — Any throwable object type. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/livecycle/signatures/client/types/exceptions/SignaturesBaseException.html