Package fmpp.util

Class StringUtil.ParseException

All Implemented Interfaces:
Serializable
Enclosing class:
StringUtil

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

    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, int position)
    • ParseException

      public ParseException(String message, String text, int position, String fileName)
    • ParseException

      public ParseException(String message, Throwable cause)
    • ParseException

      public ParseException(String message, int position, Throwable cause)
    • ParseException

      public ParseException(String message, String text, int position, String fileName, Throwable cause)