|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
public class RuntimeException
This class is the superclass of all classes which represent exceptional conditions which occur as a result of the running of the virtual machine.
| Constructor Summary | |
|---|---|
RuntimeException()
Constructs a new instance of this class with its walkback filled in. |
|
RuntimeException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in. |
|
RuntimeException(String detailMessage,
Throwable throwable)
Constructs a new instance of this class with its walkback, message and cause filled in. |
|
RuntimeException(Throwable throwable)
Constructs a new instance of this class with its walkback and cause filled in. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeException()
public RuntimeException(String detailMessage)
detailMessage - String The detail message for the exception.
public RuntimeException(String detailMessage,
Throwable throwable)
detailMessage - String The detail message for the exception.throwable - The cause of this Throwablepublic RuntimeException(Throwable throwable)
throwable - The cause of this Throwable
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||