Packages

package error

Type Members

  1. final class IllegalJsonFormat extends Exception
  2. final case class IllegalJsonSyntaxTreeBuilding(msg: String) extends Exception with Product with Serializable
  3. final case class NotStartExpectedSyntax(msg: String) extends Exception with Product with Serializable
  4. final case class StreamIndeterminate(msg: String) extends Exception with Product with Serializable
  5. final case class TokenizeFailed(msg: String, rest: String) extends RuntimeException with Product with Serializable
  6. final case class UnexpectedDeserializeOperation(msg: String) extends Exception with Product with Serializable
  7. final case class UnsupportedOperation(msg: String) extends Exception with Product with Serializable

Ungrouped