com.persist.Exceptions

JsonParseException

class JsonParseException extends SystemException

This subclass of SystemException is used for errors that occur parsing JSON.

Linear Supertypes
SystemException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonParseException
  2. SystemException
  3. Exception
  4. Throwable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonParseException(msg: String, input: String, line: Int, char: Int)

    msg

    the error message.

    input

    the string being parsed.

    line

    the line where the error occurred.

    char

    the character position of the error on the line where it occurred.

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val char: Int

    the character position of the error on the line where it occurred.

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def fillInStackTrace(): Throwable

    Definition Classes
    Throwable
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getCause(): Throwable

    Definition Classes
    Throwable
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getLocalizedMessage(): String

    Definition Classes
    Throwable
  14. def getMessage(): String

    Definition Classes
    Throwable
  15. def getStackTrace(): Array[StackTraceElement]

    Definition Classes
    Throwable
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. val info: Json

    detailed information about the exception.

    detailed information about the exception.

    Definition Classes
    SystemException
  18. def initCause(arg0: Throwable): Throwable

    Definition Classes
    Throwable
  19. val input: String

    the string being parsed.

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val kind: String

    the kind of Exception.

    the kind of Exception.

    Definition Classes
    SystemException
  22. val line: Int

    the line where the error occurred.

  23. val msg: String

    the error message.

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def printStackTrace(arg0: PrintWriter): Unit

    Definition Classes
    Throwable
  28. def printStackTrace(arg0: PrintStream): Unit

    Definition Classes
    Throwable
  29. def printStackTrace(): Unit

    Definition Classes
    Throwable
  30. def setStackTrace(arg0: Array[StackTraceElement]): Unit

    Definition Classes
    Throwable
  31. def shortString(): String

    There is a special version of toString for JSON parse errors.

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Produces a standard text form to OStore exceptions.

    Produces a standard text form to OStore exceptions.

    Definition Classes
    JsonParseExceptionSystemException → Throwable → AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SystemException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped