Class ParseException

    • Constructor Summary

      Constructors 
      Constructor Description
      ParseException()
      Constructor with no detail message.
      ParseException​(java.lang.String s)
      Constructor with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParseException

        public ParseException()
        Constructor with no detail message.
      • ParseException

        public ParseException​(java.lang.String s)
        Constructor with the specified detail message.
        Parameters:
        s - the detail message