Class JSONException

  • All Implemented Interfaces:
    Serializable, org.eclipse.emf.ecore.resource.Resource.Diagnostic

    public class JSONException
    extends Exception
    implements org.eclipse.emf.ecore.resource.Resource.Diagnostic
    See Also:
    Serialized Form
    • Constructor Detail

      • JSONException

        public JSONException​(String message,
                             com.fasterxml.jackson.core.JsonLocation location)
      • JSONException

        public JSONException​(Exception e,
                             com.fasterxml.jackson.core.JsonLocation location)
    • Method Detail

      • getLocation

        public String getLocation()
        Specified by:
        getLocation in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
      • getLine

        public int getLine()
        Specified by:
        getLine in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
      • getColumn

        public int getColumn()
        Specified by:
        getColumn in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic