|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException edu.umd.cfar.lamp.apploader.propertysheets.PropertyException edu.umd.cfar.lamp.apploader.propertysheets.PropertyAccessException
Generated when trying to write a read-only property or reading a write-only property.
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 |
public PropertyAccessException()
PropertyAccessException
with no detail
message.
public PropertyAccessException(java.lang.String s)
PropertyAccessException
with the given
error string
s
- The error string
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |