com.twitter.thrift.descriptors

Exception

object Exception extends ExceptionMeta with Serializable

Linear Supertypes
Serializable, Serializable, ExceptionMeta, RecordProvider[Exception], JavaExceptionMeta[Exception, RawException, ExceptionMeta], MetaRecord[Exception, ExceptionMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Exception
  2. Serializable
  3. Serializable
  4. ExceptionMeta
  5. RecordProvider
  6. JavaExceptionMeta
  7. MetaRecord
  8. UntypedMetaRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

  2. sealed abstract class _Fields extends TFieldIdEnum

    Definition Classes
    ExceptionMeta

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. val ANNOTATIONS_FDESC: TField

    Definition Classes
    ExceptionMeta
  7. object Builder

  8. val EXCEPTION_SDESC: TStruct

    Definition Classes
    ExceptionMeta
  9. val FIELDS_FDESC: TField

    Definition Classes
    ExceptionMeta
  10. val NAME_FDESC: TField

    Definition Classes
    ExceptionMeta
  11. val UNKNOWN_FIELD: TField

    Definition Classes
    ExceptionMeta
  12. object _Fields

    Definition Classes
    ExceptionMeta
  13. val __annotations: OptionalFieldDescriptor[Seq[Annotation], Exception, ExceptionMeta]

    Definition Classes
    ExceptionMeta
  14. val __fields: OptionalFieldDescriptor[Seq[Field], Exception, ExceptionMeta]

    Definition Classes
    ExceptionMeta
  15. val annotations: Annotations

    Definition Classes
    ExceptionMeta → UntypedMetaRecord
  16. def apply(name: String, __fields: Seq[Field], __annotations: Seq[Annotation]): Exception

    Definition Classes
    ExceptionMeta
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. implicit val companionProvider: ExceptionCompanionProvider

  20. def createRawRecord: RawException

    Definition Classes
    ExceptionMeta → MetaRecord
  21. def createRecord: Exception

    Definition Classes
    ExceptionMeta → RecordProvider → MetaRecord
  22. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    ExceptionMeta → UntypedMetaRecord
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. val fields: Seq[FieldDescriptor[_, Exception, ExceptionMeta]]

    Definition Classes
    ExceptionMeta → MetaRecord
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Definition Classes
    ExceptionMeta
  30. def ifInstanceFrom(x: AnyRef): Option[Exception]

    Definition Classes
    ExceptionMeta → MetaRecord
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. val name: OptionalFieldDescriptor[String, Exception, ExceptionMeta]

    Definition Classes
    ExceptionMeta
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def newBuilder: AllUnspecified

  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. def recordName: String

    Definition Classes
    ExceptionMeta → UntypedMetaRecord
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def untypedFields: Seq[UntypedFieldDescriptor]

    Definition Classes
    ExceptionMeta → UntypedMetaRecord
  41. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    ExceptionMeta → UntypedMetaRecord
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. val wireNameToTField: Map[String, TField]

    Definition Classes
    ExceptionMeta

Inherited from Serializable

Inherited from Serializable

Inherited from ExceptionMeta

Inherited from RecordProvider[Exception]

Inherited from JavaExceptionMeta[Exception, RawException, ExceptionMeta]

Inherited from MetaRecord[Exception, ExceptionMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped