|
||||||||||
| 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
edu.rit.device.DeviceRuntimeException
public class DeviceRuntimeException
Class DeviceRuntimeException is the common base class for all unchecked RuntimeExceptions in package edu.rit.device.
| Constructor Summary | |
|---|---|
DeviceRuntimeException()
Construct a new device runtime exception with no detail message and no chained exception. |
|
DeviceRuntimeException(String msg)
Construct a new device runtime exception with the given detail message and no chained exception. |
|
DeviceRuntimeException(String msg,
Throwable exc)
Construct a new device runtime exception with the given detail message and the given chained exception. |
|
DeviceRuntimeException(Throwable exc)
Construct a new device runtime exception with no detail message and the given chained exception. |
|
| 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 DeviceRuntimeException()
public DeviceRuntimeException(String msg)
msg - Detail message.public DeviceRuntimeException(Throwable exc)
exc - Chained exception.
public DeviceRuntimeException(String msg,
Throwable exc)
msg - Detail message.exc - Chained exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||