Class ParseException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseException​(java.lang.String message)  
      ParseException​(java.lang.String message, java.lang.Throwable cause)  
      ParseException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ParseException

        public ParseException​(java.lang.String message,
                              java.lang.Throwable cause)
      • ParseException

        public ParseException​(java.lang.String message)
      • ParseException

        public ParseException​(java.lang.Throwable cause)