edu.umd.cfar.lamp.apploader.propertysheets
Class PropertyAccessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byedu.umd.cfar.lamp.apploader.propertysheets.PropertyException
                      extended byedu.umd.cfar.lamp.apploader.propertysheets.PropertyAccessException
All Implemented Interfaces:
java.io.Serializable

public class PropertyAccessException
extends PropertyException

Generated when trying to write a read-only property or reading a write-only property.

See Also:
Serialized Form

Constructor Summary
PropertyAccessException()
          Constructs an PropertyAccessException with no detail message.
PropertyAccessException(java.lang.String s)
          Constructs an PropertyAccessException with the given error string
 
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

PropertyAccessException

public PropertyAccessException()
Constructs an PropertyAccessException with no detail message.


PropertyAccessException

public PropertyAccessException(java.lang.String s)
Constructs an PropertyAccessException with the given error string

Parameters:
s - The error string