public class DominoFormulaException extends DominoException
A generic exception representing an underlying error code from the Domino API. The
exception's message will be the error message returned by the underlying API and the
original error code can be accessed via DominoException.getStatus()
.
DominoException.DominoExceptionWithoutStackTrace
Constructor and Description |
---|
DominoFormulaException(Throwable nextException,
int status,
String formulaMessage,
int formulaError,
int errorLine,
int errorColumn,
int errorOffset,
int errorLength,
String msg,
Object... params) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
getStatus
getCause, initCause, printExtraInformation, printExtraInformation
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2014–2018. All rights reserved.