|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.util.FilterBuildingException
public class FilterBuildingException
FilterBuildingException is the RuntimeException thrown by the QueryHelper when building a Filter. Instances of FilterBuildingException should hold the String that was being processed when the exception occurred.
| Constructor Summary | |
|---|---|
FilterBuildingException()Construct a new FilterBuildingException. |
|
FilterBuildingException(java.lang.String sMessage, java.lang.String sParseString)Construct a new FilterBuildingException with the given error string along with the string that was being parsed. |
|
FilterBuildingException(java.lang.String sMessage, java.lang.String sParseString, java.lang.Throwable exceptionCause)Construct a new FilterBuildingException with the given error string, the string that was being parsed and a base exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getParseString()Answer the String that was being processed when the Exception occurred |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Constructor Detail |
|---|
public FilterBuildingException()
public FilterBuildingException(java.lang.String sMessage,
java.lang.String sParseString)
sMessage - the message String for the exceptionsParseString - the String that was being parsed
public FilterBuildingException(java.lang.String sMessage,
java.lang.String sParseString,
java.lang.Throwable exceptionCause)
sMessage - the message String for the exceptionsParseString - the String that was being parsedexceptionCause - a base exception that caused the error| Method Detail |
|---|
public java.lang.String getParseString()
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||