com.twitter.finatra.json.internal.caseclass.exceptions

JsonObjectParseException

Related Doc: package exceptions

case class JsonObjectParseException(fieldErrors: Seq[JsonFieldParseException] = Seq(), methodValidationErrors: Seq[JsonMethodValidationException] = Seq()) extends JsonMappingException with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, JsonMappingException, JsonProcessingException, IOException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonObjectParseException
  2. Serializable
  3. Product
  4. Equals
  5. JsonMappingException
  6. JsonProcessingException
  7. IOException
  8. Exception
  9. Throwable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonObjectParseException(fieldErrors: Seq[JsonFieldParseException] = Seq(), methodValidationErrors: Seq[JsonMethodValidationException] = Seq())

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. def _appendPathDesc(arg0: StringBuilder): Unit

    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    JsonMappingException
  5. def _buildMessage(): String

    Attributes
    protected[com.fasterxml.jackson.databind]
    Definition Classes
    JsonMappingException
  6. final def addSuppressed(arg0: Throwable): Unit

    Definition Classes
    Throwable
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  10. val fieldErrors: Seq[JsonFieldParseException]

  11. def fillInStackTrace(): Throwable

    Definition Classes
    Throwable
  12. def finalize(): Unit

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

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

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

    Definition Classes
    JsonMappingException → Throwable
  16. def getLocation(): JsonLocation

    Definition Classes
    JsonProcessingException
  17. def getMessage(): String

    Definition Classes
    JsonObjectParseException → JsonMappingException → JsonProcessingException → Throwable
  18. def getMessageSuffix(): String

    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonProcessingException
  19. def getOriginalMessage(): String

    Definition Classes
    JsonProcessingException
  20. def getPath(): List[Reference]

    Definition Classes
    JsonMappingException
  21. def getPathReference(arg0: StringBuilder): StringBuilder

    Definition Classes
    JsonMappingException
  22. def getPathReference(): String

    Definition Classes
    JsonMappingException
  23. def getStackTrace(): Array[StackTraceElement]

    Definition Classes
    Throwable
  24. final def getSuppressed(): Array[Throwable]

    Definition Classes
    Throwable
  25. def initCause(arg0: Throwable): Throwable

    Definition Classes
    Throwable
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val methodValidationErrors: Seq[JsonMethodValidationException]

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

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

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

    Definition Classes
    AnyRef
  31. def prependPath(arg0: Reference): Unit

    Definition Classes
    JsonMappingException
  32. def prependPath(arg0: Any, arg1: Int): Unit

    Definition Classes
    JsonMappingException
  33. def prependPath(arg0: Any, arg1: String): Unit

    Definition Classes
    JsonMappingException
  34. def printStackTrace(arg0: PrintWriter): Unit

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

    Definition Classes
    Throwable
  36. def printStackTrace(): Unit

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

    Definition Classes
    Throwable
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    JsonMappingException → JsonProcessingException → Throwable → AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JsonMappingException

Inherited from JsonProcessingException

Inherited from IOException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped