|
|||||||||||
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.InapplicablePropertyException
Thrown when a PropertyInterfacer
is used on an instance
for which it is ill-prepared or that does not support the property.
Constructor Summary | |
InapplicablePropertyException()
Constructs an InapplicablePropertyException with no detail
message. |
|
InapplicablePropertyException(java.lang.String s)
Constructs an InapplicablePropertyException 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 InapplicablePropertyException()
InapplicablePropertyException
with no detail
message.
public InapplicablePropertyException(java.lang.String s)
InapplicablePropertyException
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 |