Package fmpp.util

Class JSONParseException

All Implemented Interfaces:
Serializable

public class JSONParseException extends ExceptionCC
See Also:
  • Constructor Details

    • JSONParseException

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

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