|
|||||||||||
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.bsf.listOfValues.exceptions.NoSuchLovValueException
Should be thrown when a LovValue is requested but not found.
LovServiceBean
,
Serialized FormField Summary |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
NoSuchLovValueException()
|
|
NoSuchLovValueException(java.lang.Long p_lovOID,
java.lang.Long p_lovValueOID)
Produces an exception with the message "No such LovValue (X) in the LOV (Y)" where X is the oid of the requested LovValue and Y the oid of the LOV in which we search. |
|
NoSuchLovValueException(java.lang.String p_message)
|
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 NoSuchLovValueException()
public NoSuchLovValueException(java.lang.String p_message)
public NoSuchLovValueException(java.lang.Long p_lovOID, java.lang.Long p_lovValueOID)
p_lovOID
- The oid of the LOV in which we look for the LovValue.p_lovValueOID
- The oid of the missing LovValue.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |