public class EXPException extends Exception
| Constructor and Description |
|---|
EXPException()
Default constructor.
|
EXPException(String key)
A constructor that finds a string using
key and logs. |
EXPException(String key,
String message)
Throw exception with message given.
|
EXPException(String key,
String[] args)
A constructor that finds a string using
key and
merges arguments and logs. |
EXPException(String key,
String[] args,
Throwable cause)
A constructor that finds a string using
key and
merges arguments and logs. |
EXPException(String key,
String message,
Throwable cause)
Throw exception with cause and custom message.
|
EXPException(String key,
Throwable cause)
A constructor that finds a string using
key and logs. |
EXPException(Throwable cause)
Throw exception with cause throwable object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageCode() |
public EXPException()
public EXPException(String key)
key and logs.key - key of message.public EXPException(Throwable cause)
cause - cause of exception.public EXPException(String key, String message)
key - key of message.message - text of message.public EXPException(String key, String message, Throwable cause)
message - text of message.cause - cause of exception.public EXPException(String key, String[] args)
key and
merges arguments and logs.key - key of message.args - array containing value of place holders.public EXPException(String key, Throwable cause)
key and logs.key - key of message.cause - cause of exception.public String getMessageCode()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.