Class

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

FinatraJsonMappingException

Related Doc: package exceptions

Permalink

class FinatraJsonMappingException extends JsonMappingException

Exception for handling Finatra-specific errors that may otherwise be valid in the eyes of Jackson.

Note

the given msg generally passes all the way up the stack to the caller of the method throwing this Exception, thus care should be taken to not leak any internal implementation details.

Linear Supertypes
JsonMappingException, JsonProcessingException, IOException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FinatraJsonMappingException
  2. JsonMappingException
  3. JsonProcessingException
  4. IOException
  5. Exception
  6. Throwable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FinatraJsonMappingException(msg: String)

    Permalink

    msg

    exception message.

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. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  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
    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 hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def initCause(arg0: Throwable): Throwable

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JsonMappingException → JsonProcessingException → Throwable → AnyRef → Any
  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 JsonMappingException

Inherited from JsonProcessingException

Inherited from IOException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped