public class MRulesExceptionInfoBlock extends Object implements Serializable, Cloneable
Constructor and Description |
---|
MRulesExceptionInfoBlock(MessageInfo messageCode,
IMRulesObject o) |
MRulesExceptionInfoBlock(MessageInfo messageCode,
IMRulesObject o,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
MRulesExceptionInfoBlock |
clone() |
MRulesExceptionInfoBlock |
clone(IMRulesObject o)
Clones and updates clone info with provided IMRulesObject information.
|
static String |
computeMessage(MessageInfo messageCode,
IMRulesObject o,
Exception cause)
Computes Exception standard message from message info, original concerned object (for name and / or debug infos)and cause.
|
Exception |
getCause() |
String |
getMessage() |
MessageInfo |
getMessageInfo() |
String |
getRoDebugInfo() |
String |
getRoName() |
public MRulesExceptionInfoBlock(MessageInfo messageCode, IMRulesObject o)
public MRulesExceptionInfoBlock(MessageInfo messageCode, IMRulesObject o, Exception cause)
public static String computeMessage(MessageInfo messageCode, IMRulesObject o, Exception cause)
public MRulesExceptionInfoBlock clone()
public MRulesExceptionInfoBlock clone(IMRulesObject o)
public String getRoDebugInfo()
public String getRoName()
public String getMessage()
public MessageInfo getMessageInfo()
public Exception getCause()