Package fmpp.util

Class StringUtil.ParseException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    StringUtil

    public static class StringUtil.ParseException
    extends ExceptionCC
    Formal (syntactical) problem with the text.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseException​(java.lang.String message)  
      ParseException​(java.lang.String message, int position)  
      ParseException​(java.lang.String message, int position, java.lang.Throwable cause)  
      ParseException​(java.lang.String message, java.lang.String text, int position, java.lang.String fileName)  
      ParseException​(java.lang.String message, java.lang.String text, int position, java.lang.String fileName, java.lang.Throwable cause)  
      ParseException​(java.lang.String message, 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, toString
      • Methods inherited from class java.lang.Object

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

      • ParseException

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

        public ParseException​(java.lang.String message,
                              int position)
      • ParseException

        public ParseException​(java.lang.String message,
                              java.lang.String text,
                              int position,
                              java.lang.String fileName)
      • ParseException

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

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

        public ParseException​(java.lang.String message,
                              java.lang.String text,
                              int position,
                              java.lang.String fileName,
                              java.lang.Throwable cause)