Apache CXF API

org.apache.cxf.jaxrs.ext.search
Class FiqlParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.jaxrs.ext.search.FiqlParseException
All Implemented Interfaces:
Serializable

public class FiqlParseException
extends Exception

See Also:
Serialized Form

Constructor Summary
FiqlParseException()
           
FiqlParseException(String arg0)
           
FiqlParseException(String arg0, Throwable arg1)
           
FiqlParseException(Throwable arg0)
           
 
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

FiqlParseException

public FiqlParseException()

FiqlParseException

public FiqlParseException(String arg0,
                          Throwable arg1)

FiqlParseException

public FiqlParseException(String arg0)

FiqlParseException

public FiqlParseException(Throwable arg0)

Apache CXF API

Apache CXF