Class AsyncException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.here.platform.data.client.json.AsyncException
- All Implemented Interfaces:
Serializable,scala.util.control.NoStackTrace
This class is used internally by AsyncParser to signal that we've
reached the end of the particular input we were given.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace
-
Constructor Details
-
AsyncException
public AsyncException()
-