edu.rit.device
Class DevicePropertyFileException

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.DevicePropertyFileException
All Implemented Interfaces:
Serializable

public class DevicePropertyFileException
extends DeviceRuntimeException

Class DevicePropertyFileException indicates that the device properties file could not be found or could not be read. See class DeviceProperties for further information.

See Also:
Serialized Form

Constructor Summary
DevicePropertyFileException()
          Construct a new device property file exception with no detail message and no chained exception.
DevicePropertyFileException(String msg)
          Construct a new device property file exception with the given detail message and no chained exception.
DevicePropertyFileException(String msg, Throwable exc)
          Construct a new device property file exception with the given detail message and the given chained exception.
DevicePropertyFileException(Throwable exc)
          Construct a new device property file 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

DevicePropertyFileException

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


DevicePropertyFileException

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

Parameters:
msg - Detail message.

DevicePropertyFileException

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

Parameters:
exc - Chained exception.

DevicePropertyFileException

public DevicePropertyFileException(String msg,
                                   Throwable exc)
Construct a new device property file 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.