edu.rit.device
Class DevicePropertyValueException

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

public class DevicePropertyValueException
extends DeviceRuntimeException

Class DevicePropertyValueException indicates that a certain property had an invalid value in the device properties file. See class DeviceProperties for further information.

See Also:
Serialized Form

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

DevicePropertyValueException

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


DevicePropertyValueException

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

Parameters:
msg - Detail message.

DevicePropertyValueException

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

Parameters:
exc - Chained exception.

DevicePropertyValueException

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