public class InvalidStartIndexValueException extends Exception
| Constructor and Description |
|---|
InvalidStartIndexValueException(String errorMessage)
Constructs a new exception with the specific error message.
|
InvalidStartIndexValueException(String errorMessage,
Exception nestedException)
Constructs a new exception with the specific error message and nested exception.
|
InvalidStartIndexValueException(String errorMessage,
Throwable cause)
Constructs a new exception with the specific error message and cause.
|
InvalidStartIndexValueException(Throwable cause)
Constructs a new exception with the specific error message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
void |
setErrorMessage(String errorMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidStartIndexValueException(String errorMessage, Exception nestedException)
errorMessage - specific error message.nestedException - Nested exception.public InvalidStartIndexValueException(String errorMessage, Throwable cause)
errorMessage - Specific error message.cause - Cause of this exception.public InvalidStartIndexValueException(String errorMessage)
errorMessage - Specific error message.public InvalidStartIndexValueException(Throwable cause)
cause - Cause of this exception.Copyright © 2016 WSO2. All rights reserved.