org.apache.solr.search
Class SyntaxError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.solr.search.SyntaxError
All Implemented Interfaces:
Serializable

public class SyntaxError
extends Exception

Simple checked exception for parsing errors

See Also:
Serialized Form

Constructor Summary
SyntaxError(String msg)
           
SyntaxError(String msg, Throwable cause)
           
SyntaxError(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

SyntaxError

public SyntaxError(String msg)

SyntaxError

public SyntaxError(String msg,
                   Throwable cause)

SyntaxError

public SyntaxError(Throwable cause)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.