|
|||||||||||
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 | +--org.eclipse.hyades.logging.events.exceptions.MissingValueException
Exception to indicate that a value was not supplied for a required attribute, when calling a method or creating an object.
Constructor Summary | |
---|---|
MissingValueException(java.lang.String attrName)
Deprecated. Create a new MissingValueException. |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Deprecated. Get the name of the attribute with the missing value. |
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 MissingValueException(java.lang.String attrName)
attrName
- The name of the attribute with the missing value.Method Detail |
public java.lang.String getAttributeName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |