org.hibernate.hql.ast
Class DetailedSemanticException
SemanticException
org.hibernate.hql.ast.DetailedSemanticException
public class DetailedSemanticException
extends SemanticException
Thrown when a call to the underlying Hibernate engine fails, indicating
some form of semantic exception (e.g. a class name was not found in the
current mappings, etc.).
void | printStackTrace() - Prints a stack trace.
|
void | printStackTrace(PrintStream s) - Prints a stack trace to the specified print stream.
|
void | printStackTrace(PrintWriter w) - Prints this throwable and its backtrace to the specified print writer.
|
String | toString() - Converts everything to a string.
|
DetailedSemanticException
public DetailedSemanticException(String message)
DetailedSemanticException
public DetailedSemanticException(String s,
Throwable e)
printStackTrace
public void printStackTrace()
Prints a stack trace.
printStackTrace
public void printStackTrace(PrintStream s)
Prints a stack trace to the specified print stream.
printStackTrace
public void printStackTrace(PrintWriter w)
Prints this throwable and its backtrace to the specified print writer.
toString
public String toString()
Converts everything to a string.