|
||||||||||
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
edu.rit.device.DevicePropertyMissingException
public class DevicePropertyMissingException
Class DevicePropertyMissingException indicates that a certain property was
not specified in the device properties file. See class DeviceProperties
for further information.
Constructor Summary | |
---|---|
DevicePropertyMissingException()
Construct a new device property missing exception with no detail message and no chained exception. |
|
DevicePropertyMissingException(String msg)
Construct a new device property missing exception with the given detail message and no chained exception. |
|
DevicePropertyMissingException(String msg,
Throwable exc)
Construct a new device property missing exception with the given detail message and the given chained exception. |
|
DevicePropertyMissingException(Throwable exc)
Construct a new device property missing 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 DevicePropertyMissingException()
public DevicePropertyMissingException(String msg)
msg
- Detail message.public DevicePropertyMissingException(Throwable exc)
exc
- Chained exception.public DevicePropertyMissingException(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 |