com.foursquare.thriftexample.av

MovieException

class MovieException extends RuntimeException with StructProxy

Linear Supertypes
StructProxy, Struct, TBase[Struct, MovieException.Struct._Fields], JavaStruct[Struct, RawStruct, StructMeta], Record[Struct], Ordered[Struct], Comparable[Struct], UntypedRecord, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MovieException
  2. StructProxy
  3. Struct
  4. TBase
  5. JavaStruct
  6. Record
  7. Ordered
  8. Comparable
  9. UntypedRecord
  10. RuntimeException
  11. Exception
  12. Throwable
  13. Serializable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MovieException(cause: Throwable)

  2. new MovieException(msg: String, cause: Throwable)

  3. new MovieException(underlying: Struct)

  4. new MovieException()

  5. new MovieException(msg: String)

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: Struct): Boolean

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

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

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

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

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

    Definition Classes
    Struct → Ordered
  10. final def addSuppressed(arg0: Throwable): Unit

    Definition Classes
    Throwable
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clear(): Unit

    Definition Classes
    StructProxy → TBase
  13. def clone(): AnyRef

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

    Definition Classes
    StructProxyStruct → Ordered
  15. def compareTo(that: Struct): Int

    Definition Classes
    Struct → Ordered → Comparable
  16. def copy(problems: Seq[String] = problemsOrNull): Struct

    Definition Classes
    StructProxyStruct
  17. def deepCopy(): Struct

    Definition Classes
    StructProxyStruct → TBase
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(that: Any): Boolean

    Definition Classes
    StructProxy → AnyRef → Any
  20. def fieldForId(id: Int): MovieException.Struct._Fields

    Definition Classes
    StructProxy → TBase
  21. def fillInStackTrace(): Throwable

    Definition Classes
    Throwable
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def getCause(): Throwable

    Definition Classes
    Throwable
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def getFieldValue(field: MovieException.Struct._Fields): AnyRef

    Definition Classes
    StructProxy → TBase
  26. def getLocalizedMessage(): String

    Definition Classes
    Throwable
  27. def getMessage(): String

    Definition Classes
    MovieException → Throwable
  28. def getStackTrace(): Array[StackTraceElement]

    Definition Classes
    Throwable
  29. final def getSuppressed(): Array[Throwable]

    Definition Classes
    Throwable
  30. def hashCode(): Int

    Definition Classes
    StructProxy → AnyRef → Any
  31. def initCause(arg0: Throwable): Throwable

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

    Definition Classes
    Any
  33. def isSet(field: MovieException.Struct._Fields): Boolean

    Definition Classes
    StructProxy → TBase
  34. def mergeCopy(that: Struct): Struct

    Definition Classes
    StructProxyStruct → Record
  35. def meta: StructMeta

    Definition Classes
    StructProxyStruct → Record → UntypedRecord
  36. def mutable: MutableStruct

    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
    StructProxyStruct
  37. def mutableCopy(): MutableStruct

    Definition Classes
    StructProxyStruct
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. def printStackTrace(arg0: PrintWriter): Unit

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

    Definition Classes
    Throwable
  43. def printStackTrace(): Unit

    Definition Classes
    Throwable
  44. def problems(): Seq[String]

    Definition Classes
    StructProxy → JavaStruct
  45. def problemsIsSet(): Boolean

    Definition Classes
    StructProxy → JavaStruct
  46. def problemsOption(): Option[Seq[String]]

    Definition Classes
    StructProxy → JavaStruct
  47. def problemsOrDefault(): Seq[String]

    Definition Classes
    StructProxy → JavaStruct
  48. def problemsOrNull(): Seq[String]

    Definition Classes
    StructProxy → JavaStruct
  49. def problemsOrThrow(): Seq[String]

    Definition Classes
    StructProxy → JavaStruct
  50. def read(iprot: TProtocol): Unit

    Definition Classes
    StructProxy → TBase → UntypedRecord
  51. def setFieldValue(field: MovieException.Struct._Fields, value: AnyRef): Unit

    Definition Classes
    StructProxy → TBase
  52. def setStackTrace(arg0: Array[StackTraceElement]): Unit

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

    Definition Classes
    AnyRef
  54. def toBuilder(): AllSpecified

    Definition Classes
    Struct
  55. def toException: MovieException

    Definition Classes
    Struct
  56. def toString(): String

    Definition Classes
    StructProxy → AnyRef → Any
  57. def underlying: Struct

    Definition Classes
    MovieExceptionStructProxy
  58. final def wait(): Unit

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

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

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

    Definition Classes
    StructProxyStruct → TBase → UntypedRecord

Inherited from StructProxy

Inherited from Struct

Inherited from TBase[Struct, MovieException.Struct._Fields]

Inherited from JavaStruct[Struct, RawStruct, StructMeta]

Inherited from Record[Struct]

Inherited from Ordered[Struct]

Inherited from Comparable[Struct]

Inherited from UntypedRecord

Inherited from RuntimeException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped