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

CaseClassMappingException

case class CaseClassMappingException(errors: Seq[CaseClassValidationException] = ...) 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. CaseClassMappingException
  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 CaseClassMappingException(errors: Seq[CaseClassValidationException] = ...)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def _appendPathDesc(arg0: StringBuilder): Unit

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

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

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

    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  12. val errors: Seq[CaseClassValidationException]

  13. def fillInStackTrace(): Throwable

    Definition Classes
    Throwable
  14. def finalize(): Unit

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

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

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

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

    Definition Classes
    JsonProcessingException
  19. def getMessage(): String

    Definition Classes
    CaseClassMappingException → JsonMappingException → JsonProcessingException → Throwable
  20. def getMessageSuffix(): String

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

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

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

    Definition Classes
    JsonMappingException
  24. def getPathReference(): String

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

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

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

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

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Definition Classes
    Throwable
  37. def printStackTrace(): Unit

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

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

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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