edu.rit.device
Class DevicePropertyMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.rit.device.DeviceRuntimeException
                  extended by edu.rit.device.DevicePropertyMissingException
All Implemented Interfaces:
Serializable

public class DevicePropertyMissingException
extends DeviceRuntimeException

Class DevicePropertyMissingException indicates that a certain property was not specified in the device properties file. See class DeviceProperties for further information.

See Also:
Serialized Form

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

DevicePropertyMissingException

public DevicePropertyMissingException()
Construct a new device property missing exception with no detail message and no chained exception.


DevicePropertyMissingException

public DevicePropertyMissingException(String msg)
Construct a new device property missing exception with the given detail message and no chained exception.

Parameters:
msg - Detail message.

DevicePropertyMissingException

public DevicePropertyMissingException(Throwable exc)
Construct a new device property missing exception with no detail message and the given chained exception.

Parameters:
exc - Chained exception.

DevicePropertyMissingException

public DevicePropertyMissingException(String msg,
                                      Throwable exc)
Construct a new device property missing exception with the given detail message and the given chained exception.

Parameters:
msg - Detail message.
exc - Chained exception.


Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.