com.twitter.finatra.json.internal.caseclass

exceptions

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class JsonFieldParseException(msg: String) extends Exception with Product with Serializable

  2. case class JsonInjectException(parentClass: Class[_], fieldName: String, key: Key[_], cause: Throwable) extends Exception with NoStackTrace with Product with Serializable

  3. case class JsonInjectionNotSupportedException(parentClass: Class[_], fieldName: String) extends Exception with Product with Serializable

  4. case class JsonMethodValidationException(msg: String) extends Exception with Product with Serializable

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

  6. class RequestFieldInjectionNotSupportedException extends Exception

Ungrouped