public class MRuleInternalRuntimeException extends RuntimeException implements IMRulesException
IMRulesException.Utils
Constructor and Description |
---|
MRuleInternalRuntimeException(IMRulesException src) |
MRuleInternalRuntimeException(IMRulesException src,
IMRulesObject o) |
MRuleInternalRuntimeException(MessageInfo messageCode) |
MRuleInternalRuntimeException(MessageInfo messageCode,
Exception cause) |
MRuleInternalRuntimeException(MessageInfo messageCode,
IMRulesObject o) |
MRuleInternalRuntimeException(MessageInfo messageCode,
IMRulesObject o,
Exception cause) |
MRuleInternalRuntimeException(String code,
String msg) |
MRuleInternalRuntimeException(String code,
String msg,
Exception cause) |
MRuleInternalRuntimeException(String code,
String msg,
IMRulesObject o) |
MRuleInternalRuntimeException(String code,
String msg,
IMRulesObject o,
Exception cause) |
MRuleInternalRuntimeException(UtilsException src) |
MRuleInternalRuntimeException(UtilsException src,
IMRulesObject o) |
Modifier and Type | Method and Description |
---|---|
MRulesExceptionInfoBlock |
getInfoBlock() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause, getMessage
public MRuleInternalRuntimeException(UtilsException src)
public MRuleInternalRuntimeException(UtilsException src, IMRulesObject o)
public MRuleInternalRuntimeException(IMRulesException src)
public MRuleInternalRuntimeException(IMRulesException src, IMRulesObject o)
public MRuleInternalRuntimeException(MessageInfo messageCode)
public MRuleInternalRuntimeException(MessageInfo messageCode, Exception cause)
public MRuleInternalRuntimeException(MessageInfo messageCode, IMRulesObject o)
public MRuleInternalRuntimeException(MessageInfo messageCode, IMRulesObject o, Exception cause)
public MRuleInternalRuntimeException(String code, String msg, Exception cause)
public MRuleInternalRuntimeException(String code, String msg, IMRulesObject o)
public MRuleInternalRuntimeException(String code, String msg, IMRulesObject o, Exception cause)
public MRulesExceptionInfoBlock getInfoBlock()
getInfoBlock
in interface IMRulesException