class Exception extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Exception
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Exception()
Value Members
-
final
def
!=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getCause(): Exception
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDmlFieldNames(index: Integer): List[String]
- def getDmlFields(index: Integer): List[SObjectField]
- def getDmlId(index: Integer): String
- def getDmlIndex(index: Integer): Integer
- def getDmlMessage(index: Integer): String
- def getDmlStatusCode(index: Integer): String
- def getDmlType(index: Integer): StatusCode
- def getLineNumber(): Integer
- def getMessage(): String
- def getNumDml(): Integer
- def getStackTraceString(): String
- def getTypeName(): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def initCause(cause: Exception): Unit
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setMessage(message: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )