public interface CumulusExceptionDetails
Modifier and Type | Method and Description |
---|---|
int |
getErrorNumber()
Get the internal error number for the exception.
|
java.lang.String |
getFileName()
The name of the native source file that caused the exception.
|
int |
getLineNumber()
The line number inside the native source file for the line that caused the exception.
|
java.lang.String |
getMessageFormatString()
The format string used to build the error message.
|
java.lang.String |
getMessageParam()
The message parameter that is inserted into the format string to form the error message.
|
java.lang.String |
getModuleName()
The Cumulus module name where the exception was generated.
|
int |
getNativeErrorNumber()
Get the native (Operating System) error number for any error that was detected by a native system API call.
|
int getErrorNumber()
int getNativeErrorNumber()
0
if the exception was not detected by a system call.java.lang.String getFileName()
int getLineNumber()
java.lang.String getModuleName()
java.lang.String getMessageFormatString()
java.lang.String getMessageParam()
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.