All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zygf.jackshaft.exceptions.exceptions.scala Maven / Gradle / Ivy

Go to download

Incremental (non-blocking) parsing for Scala JSON ASTs, based on jackson-core.

There is a newer version: 0.2.2
Show newest version
package zygf.jackshaft.exceptions

case class UnexpectedEndOfInputException(message: String) extends RuntimeException(message, null, true, false)

object UnexpectedEndOfInputException extends UnexpectedEndOfInputException("Unexpected end of JSON document")

case class ArrayExpectedException(message: String) extends RuntimeException(message, null, true, false)

case class PrintingException(message: String) extends RuntimeException(message, null, true, false)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy