Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.here.platform.data.client.json.ParseException
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ParseException extends Exception implements scala.Product, Serializable
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String msg, int index, int line, int col)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4)
    • toString

      public static String toString()
    • msg

      public String msg()
    • index

      public int index()
    • line

      public int line()
    • col

      public int col()