public class DeserializationException extends Exception
Constructor and Description |
---|
DeserializationException(int position,
org.json.simple.DeserializationException.Problems problemType,
Object unexpectedObject) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
int |
getPosition() |
org.json.simple.DeserializationException.Problems |
getProblemType() |
Object |
getUnexpectedObject() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeserializationException(int position, org.json.simple.DeserializationException.Problems problemType, Object unexpectedObject)
position
- where the exception occurred.problemType
- how the exception occurred.unexpectedObject
- what caused the exception.public String getMessage()
getMessage
in class Throwable
public int getPosition()
public org.json.simple.DeserializationException.Problems getProblemType()
public Object getUnexpectedObject()
Apache Camel