org.hibernate.sql.ast.common
Class PanicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.search.SearchException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PanicException
public PanicException(String s)
PanicException
public PanicException(String string,
Throwable root)
Copyright © 2012 Hibernate. All Rights Reserved.