o
com.twitter.util.jackson.caseclass.exceptions
CaseClassFieldMappingException
Companion class CaseClassFieldMappingException
object CaseClassFieldMappingException extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CaseClassFieldMappingException
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
Detail extends AnyRef
Marker trait for CaseClassFieldMappingException detail
-
case class
JsonProcessingError(cause: JsonProcessingException) extends Detail with Product with Serializable
A JsonProcessingException occurred during deserialization
-
case class
PropertyPath(names: Seq[String]) extends Product with Serializable
Represents a path to the case class field/property germane to the exception
-
case class
Reason(message: String, detail: Detail = Unspecified) extends Product with Serializable
Represents the reason with message and more details for the field mapping exception.
-
case class
ThrowableError(message: String, cause: Throwable) extends Detail with Product with Serializable
Throwable detail which specifies a message
-
case class
ValidationError(violation: ConstraintViolation[_], location: Location, payload: Option[Payload]) extends Detail with Product with Serializable
A violation was raised when performing a field or method validation
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object PropertyPath extends Serializable
-
object
RequiredFieldMissing extends Detail with Product with Serializable
A case class field specified as required is missing from JSON to deserialize
-
object
Unspecified extends Detail with Product with Serializable
No specified detail
- object ValidationError extends Serializable