类 ParseException

    • 方法概要

      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • ParseException

        public ParseException​(java.lang.String message,
                              java.lang.Throwable cause)
        Create a new ParseException based on a message and another exception.
        参数:
        message - the message for this exception
        cause - the other exception
      • ParseException

        public ParseException​(java.lang.String message)
        Create a new ParseException based on a message.
        参数:
        message - the message for this exception