public class MbParserException extends MbRecoverableException
Constructor and Description |
---|
MbParserException(Object source,
String methodName,
String messageKey,
String messageSource,
String traceText,
Object[] inserts)
These are generated by message parsers for errors which prevent the
parsing of the message content or creating a bit-stream.
|
MbParserException(String className,
String methodName,
String messageKey,
String messageSource,
String traceText,
Object[] inserts) |
addNestedException, getClassName, getInserts, getMessage, getMessageKey, getMessageSource, getMethodName, getNestedExceptions, getTraceText, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MbParserException(String className, String methodName, String messageKey, String messageSource, String traceText, Object[] inserts)
className
- Class which generated the exception.methodName
- Method which generated the exception.messageKey
- Key to the message in the exception.messageSource
- Source of the message in the exception.traceText
- Extra text for the message.inserts
- Array of java Objects which are inserts for the
message.public MbParserException(Object source, String methodName, String messageKey, String messageSource, String traceText, Object[] inserts)
source
- The object which generated the exception.methodName
- Method which generated the exception.messageKey
- Key to the message in the exception.messageSource
- Source of the message in the exception.traceText
- Extra text for the message.inserts
- Array of java Objects which are inserts for the
message.