Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.util
Class FilterBuildingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tangosol.util.FilterBuildingException

All Implemented Interfaces:
Serializable

public class FilterBuildingException
extends RuntimeException

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 occured.

Author:
djl 2009.10.5

Constructor Summary
FilterBuildingException()
          Construct a new FilterBuildingException.
FilterBuildingException(String sMessage, String sParseString)
          Construct a new FilterBuildingException with the given error string along with the string that was being parsed.
FilterBuildingException(String sMessage, String sParseString, Throwable exceptionCause)
          Construct a new FilterBuildingException with the given error string, the string that was being parsed and a base exception.

 

Method Summary
 String getParseString()
          Answer the String that was being processed when the Exception occured

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Constructor Detail

FilterBuildingException

public FilterBuildingException()
Construct a new FilterBuildingException.

FilterBuildingException

public FilterBuildingException(String sMessage,
                               String sParseString)
Construct a new FilterBuildingException with the given error string along with the string that was being parsed.
Parameters:
sMessage - the message String for the exception
sParseString - the String that was being parsed

FilterBuildingException

public FilterBuildingException(String sMessage,
                               String sParseString,
                               Throwable exceptionCause)
Construct a new FilterBuildingException with the given error string, the string that was being parsed and a base exception.
Parameters:
sMessage - the message String for the exception
sParseString - the String that was being parsed
exceptionCause - a base exception that caused the error

Method Detail

getParseString

public String getParseString()
Answer the String that was being processed when the Exception occured
Returns:
the String being processed when the Exception occured

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.