public class SearchCriteriaParseException
extends java.lang.Exception
| Constructor and Description |
|---|
SearchCriteriaParseException(java.lang.String errorMessage)
Construct an instance of SearchCriteriaParseException
with the given message.
|
SearchCriteriaParseException(java.lang.String errorMessage,
java.lang.Throwable cause)
Construct an instance to wrap other exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Return the underlying cause for the exception.
|
public SearchCriteriaParseException(java.lang.String errorMessage)
errorMessage - Exception message.public SearchCriteriaParseException(java.lang.String errorMessage,
java.lang.Throwable cause)
errorMessage - The exception message.cause - The underlying cause for the exception.