public class MbConversionException extends MbRecoverableException
| Constructor and Description |
|---|
MbConversionException(Object source,
String methodName,
String messageSource,
String messageKey,
String traceText,
Object[] inserts) |
MbConversionException(String className,
String methodName,
String messageSource,
String messageKey,
String traceText,
Object[] inserts) |
addNestedException, getClassName, getInserts, getLocalizedMessage, getMessage, getMessageKey, getMessageSource, getMethodName, getNestedExceptions, getTraceText, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MbConversionException(String className, String methodName, String messageSource, String messageKey, String traceText, Object[] inserts)
className - Class which generated the exception.methodName - Method which generated the exception.messageSource - Source of the message in the exception.messageKey - Key to the message in the exception.traceText - Extra text for the message.inserts - Array of java Objects which are inserts for the
message.public MbConversionException(Object source, String methodName, String messageSource, String messageKey, String traceText, Object[] inserts)
source - The object which generated the exception.methodName - Method which generated the exception.messageSource - Source of the message in the exception.messageKey - Key to the message in the exception.traceText - Extra text for the message.inserts - Array of java Objects which are inserts for the
message.