Scala Library
|
|
scala/reflect/RichClass.scala
]
class
FailedReflectiveCall[+U](ex : java.lang.Throwable)
extends
ReflectiveCall[U]Method Summary | |
override def
|
apply (args : Any*) : Nothing |
override def
|
isErroneous : Boolean |
Methods inherited from ReflectiveCall | |
methodForArgs |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
override
def
isErroneous : Boolean
Scala Library
|
|