public class BaseRuntimeException extends java.lang.RuntimeException implements CumulusExceptionDetails
Modifier and Type | Method and Description |
---|---|
int |
getErrorNumber()
Returns the internal error number.
|
java.lang.String |
getFileName()
Returns the source file name where the error was reported from.
|
int |
getLineNumber()
Returns the source file line number where the error was reported from.
|
java.lang.String |
getMessageFormatString()
Returns the original message format string (may include %s as a placeholder for the message parameter).
|
java.lang.String |
getMessageParam()
Returns the original message parameter.
|
java.lang.String |
getModuleName()
Returns the module name where the error was reported from.
|
int |
getNativeErrorNumber()
Returns the Operating System specific error number.
|
public int getErrorNumber()
getErrorNumber
in interface CumulusExceptionDetails
public int getNativeErrorNumber()
getNativeErrorNumber
in interface CumulusExceptionDetails
public java.lang.String getFileName()
getFileName
in interface CumulusExceptionDetails
public int getLineNumber()
getLineNumber
in interface CumulusExceptionDetails
public java.lang.String getModuleName()
getModuleName
in interface CumulusExceptionDetails
public java.lang.String getMessageFormatString()
getMessageFormatString
in interface CumulusExceptionDetails
public java.lang.String getMessageParam()
getMessageParam
in interface CumulusExceptionDetails
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.