com.twitter.thrift.descriptors

RawException

final class RawException extends MutableException

Linear Supertypes
MutableException, Exception, TBase[Exception, _Fields], Serializable, Ordered[Exception], Comparable[Exception], Record[Exception], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawException
  2. MutableException
  3. Exception
  4. TBase
  5. Serializable
  6. Ordered
  7. Comparable
  8. Record
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawException()

Type Members

  1. type MetaT = Exception.type

    Definition Classes
    Exception → Record

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. def <(that: Exception): Boolean

    Definition Classes
    Ordered
  5. def <=(that: Exception): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: Exception): Boolean

    Definition Classes
    Ordered
  9. def >=(that: Exception): Boolean

    Definition Classes
    Ordered
  10. def __annotations: Seq[Annotation]

    Definition Classes
    RawExceptionException
  11. def __annotations_=(x: Seq[Annotation]): Unit

    Definition Classes
    RawExceptionMutableException
  12. def __fields: Seq[Field]

    Definition Classes
    RawExceptionException
  13. def __fields_=(x: Seq[Field]): Unit

    Definition Classes
    RawExceptionMutableException
  14. def annotationsIsSet: Boolean

    Definition Classes
    RawExceptionException
  15. def annotationsOption: Option[Seq[Annotation]]

    Definition Classes
    RawExceptionException
  16. def annotationsOrDefault: Seq[Annotation]

    Definition Classes
    RawExceptionException
  17. def annotationsOrNull: Seq[Annotation]

    Definition Classes
    RawExceptionException
  18. def annotationsOrThrow: Seq[Annotation]

    Definition Classes
    RawExceptionException
  19. def annotationsUnset(): Unit

    Definition Classes
    RawExceptionMutableException
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clear(): Unit

    Definition Classes
    RawException → TBase
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def compare(that: Exception): Int

    Definition Classes
    Exception → Ordered
  24. def compareTo(that: Exception): Int

    Definition Classes
    Ordered → Comparable
  25. def copy(name: String = nameOrNull, __fields: Seq[Field] = fieldsOrNull, __annotations: Seq[Annotation] = annotationsOrNull): Raw

    Definition Classes
    RawExceptionMutableExceptionException
  26. def deepCopy(): Raw

    Definition Classes
    RawExceptionException → TBase
  27. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def equals(that: Exception): Boolean

  29. def equals(that: Any): Boolean

    Definition Classes
    RawException → AnyRef → Any
  30. def fieldForId(id: Int): _Fields

    Definition Classes
    RawException → TBase
  31. def fieldsIsSet: Boolean

    Definition Classes
    RawExceptionException
  32. def fieldsOption: Option[Seq[Field]]

    Definition Classes
    RawExceptionException
  33. def fieldsOrDefault: Seq[Field]

    Definition Classes
    RawExceptionException
  34. def fieldsOrNull: Seq[Field]

    Definition Classes
    RawExceptionException
  35. def fieldsOrThrow: Seq[Field]

    Definition Classes
    RawExceptionException
  36. def fieldsUnset(): Unit

    Definition Classes
    RawExceptionMutableException
  37. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  39. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    RawException → TBase
  40. def getSetFields: Seq[Any]

  41. def hashCode(): Int

    Definition Classes
    RawException → AnyRef → Any
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. def isSet(field: _Fields): Boolean

    Definition Classes
    RawException → TBase
  44. def merge(that: Exception): Unit

    Definition Classes
    RawExceptionMutableException
  45. def mergeCopy(that: Exception): Exception

    Definition Classes
    RawExceptionException
  46. def meta: Exception.type

    Definition Classes
    RawException → Record → UntypedRecord
  47. def mutable: Mutable

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableExceptionException
  48. def mutableCopy(): Mutable

    Definition Classes
    Exception
  49. def name: String

    Definition Classes
    RawExceptionException
  50. def nameIsSet: Boolean

    Definition Classes
    RawExceptionException
  51. def nameOption: Option[String]

    Definition Classes
    RawExceptionException
  52. def nameOrNull: String

    Definition Classes
    RawExceptionException
  53. def nameOrThrow: String

    Definition Classes
    RawExceptionException
  54. def nameUnset(): Unit

    Definition Classes
    RawExceptionMutableException
  55. def name_=(x: String): Unit

    Definition Classes
    RawExceptionMutableException
  56. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. final def notify(): Unit

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

    Definition Classes
    AnyRef
  59. def read(iprot: TProtocol): Unit

    Definition Classes
    RawException → TBase → UntypedRecord
  60. def setFieldValue(field: _Fields, value: AnyRef): Unit

    Definition Classes
    RawException → TBase
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  62. def toBuilder(): AllSpecified

    Definition Classes
    Exception
  63. def toString(): String

    Definition Classes
    RawException → AnyRef → Any
  64. def validate(): Boolean

  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def write(oprot: TProtocol): Unit

    Definition Classes
    RawExceptionException → TBase → UntypedRecord

Inherited from MutableException

Inherited from Exception

Inherited from TBase[Exception, _Fields]

Inherited from Serializable

Inherited from Ordered[Exception]

Inherited from Comparable[Exception]

Inherited from Record[Exception]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped