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

public final class AsyncException extends Exception implements 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 Details

    • AsyncException

      public AsyncException()