Class

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

CaseClassMappingException

Related Doc: package exceptions

Permalink

case class CaseClassMappingException(validationExceptions: Set[CaseClassValidationException] = Set()) 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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CaseClassMappingException(validationExceptions: Set[CaseClassValidationException] = Set())

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _appendPathDesc(arg0: StringBuilder): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  8. def clearLocation(): Unit

    Permalink
    Definition Classes
    JsonProcessingException
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  11. val errors: Seq[CaseClassValidationException]

    Permalink
  12. def fillInStackTrace(): Throwable

    Permalink
    Definition Classes
    Throwable
  13. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    JsonProcessingException
  18. def getMessage(): String

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

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

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

    Permalink
    Definition Classes
    JsonMappingException
  22. def getPathReference(arg0: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    JsonMappingException
  23. def getPathReference(): String

    Permalink
    Definition Classes
    JsonMappingException
  24. def getProcessor(): AnyRef

    Permalink
    Definition Classes
    JsonMappingException → JsonProcessingException
    Annotations
    @JsonIgnore()
  25. def getStackTrace(): Array[StackTraceElement]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Throwable
  37. def printStackTrace(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    JsonMappingException → JsonProcessingException → Throwable → AnyRef → Any
  41. val validationExceptions: Set[CaseClassValidationException]

    Permalink
  42. final def wait(): Unit

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

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

    Permalink
    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