org.hibernate.sql.ast.common
Class PanicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernate.search.SearchException
                  extended by org.hibernate.sql.ast.common.PanicException
All Implemented Interfaces:
Serializable

public class PanicException
extends org.hibernate.search.SearchException

Thrown to indicate a panic situation occuring in a lexer.

Author:
Steve Ebersole
See Also:
Serialized Form

Constructor Summary
PanicException(String s)
           
PanicException(String string, Throwable root)
           
 
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

PanicException

public PanicException(String s)

PanicException

public PanicException(String string,
                      Throwable root)


Copyright © 2012 Hibernate. All Rights Reserved.