类 DetailedSemanticException

  • 所有已实现的接口:
    Serializable

    public class DetailedSemanticException
    extends antlr.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.).
    另请参阅:
    序列化表格
    • 构造器详细资料

      • DetailedSemanticException

        public DetailedSemanticException​(String message)
      • DetailedSemanticException

        public DetailedSemanticException​(String s,
                                         Throwable e)
    • 方法详细资料

      • toString

        public String toString()
        Converts everything to a string.
        覆盖:
        toString 在类中 antlr.RecognitionException
        返回:
        a string.
      • printStackTrace

        public void printStackTrace​(PrintStream s)
        Prints a stack trace to the specified print stream.
        覆盖:
        printStackTrace 在类中 Throwable
        参数:
        s - the print stream.
      • printStackTrace

        public void printStackTrace​(PrintWriter w)
        Prints this throwable and its backtrace to the specified print writer.
        覆盖:
        printStackTrace 在类中 Throwable
        参数:
        w - the print writer.s