org.rhq.enterprise.server.search
Class SearchExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.enterprise.server.search.SearchExpressionException
All Implemented Interfaces:
Serializable

public class SearchExpressionException
extends RuntimeException

An exception to be ignored by the PagedListDataModel when fetching the page in a guarded fashion, so that the first time an exception occurs it is allowed to bubble up to the surface. This exception is generated by the antlr-based parser upon capturing a RecognitionException from the lexer.

Author:
Joseph Marques
See Also:
Serialized Form

Constructor Summary
SearchExpressionException()
           
SearchExpressionException(String message)
           
SearchExpressionException(String message, Throwable cause)
           
SearchExpressionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchExpressionException

public SearchExpressionException()

SearchExpressionException

public SearchExpressionException(String message)

SearchExpressionException

public SearchExpressionException(Throwable cause)

SearchExpressionException

public SearchExpressionException(String message,
                                 Throwable cause)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.