Class JSONException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.emfcloud.jackson.errors.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 Summary
Constructors Constructor Description JSONException(Exception e, com.fasterxml.jackson.core.JsonLocation location)JSONException(String message, com.fasterxml.jackson.core.JsonLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()intgetLine()StringgetLocation()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getLine
public int getLine()
- Specified by:
getLinein interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getColumn
public int getColumn()
- Specified by:
getColumnin interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
-