public class MbBrokerException
extends java.lang.RuntimeException
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName()
Returns the name of the file that generated the exception.
|
java.lang.Object[] |
getInserts()
Returns the object array containing the inserts in the message.
|
int |
getLineNumber()
Returns the line in the file where the exception was generated.
|
java.lang.String |
getMessage()
Returns the full message with inserts.
|
java.lang.String |
getMessageKey()
Returns the message key of the message in the exception.
|
java.lang.String |
getMessageSource()
Returns the message source of the message in the exception.
|
java.lang.String |
getMethodName()
Returns the name of the method which throws the exception.
|
MbException |
getNestedException()
Returns the MbException object representing the first item in the exception
list.
|
java.lang.String |
getTraceText()
Returns the trace text.
|
java.lang.String |
toString()
Returns the String representation of the exception.
|
public java.lang.String getFileName()
public java.lang.Object[] getInserts()
public int getLineNumber()
public java.lang.String getMessageSource()
public java.lang.String getMessageKey()
public java.lang.String getMethodName()
public java.lang.String getTraceText()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public MbException getNestedException()
getNestedExceptions()
method
of MbException.public java.lang.String toString()
toString
in class java.lang.Throwable