|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.hyades.logging.events.exceptions.ValueTooLongException
Constructor Summary | |
---|---|
ValueTooLongException(java.lang.String attrName,
int maxLen)
Deprecated. Create a new ValueTooLongException. |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Deprecated. Get the name of the attribute whose value exceeds the allowable length |
int |
getMaximumLength()
Deprecated. Get the maximum allowable length for the attribute. |
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 ValueTooLongException(java.lang.String attrName, int maxLen)
attrName
- The name of the attribute whose value
exceeds the allowable length.maxLen
- The maximum allowable length.Method Detail |
public java.lang.String getAttributeName()
public int getMaximumLength()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |