|
BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.wlw.netui.databinding.form.RowSetFormException
public class RowSetFormException
An exception thrown when an error occurs applying values from a
RowSet to a RowSetForm or from a
RowSetForm to a RowSet.
| Constructor Summary | |
|---|---|
RowSetFormException()
Construct a RowSetFormException. |
|
RowSetFormException(String message)
Construct a RowSetFormException with the given message. |
|
RowSetFormException(String message,
Throwable cause)
Construct a RowSetFormException with the given message and cause. |
|
RowSetFormException(Throwable cause)
Construct a RowSetFormException with the given cause. |
|
| Method Summary | |
|---|---|
String |
getLocalizedMessage()
|
void |
setLocalizedMessage(String localizedMessage)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 RowSetFormException()
public RowSetFormException(String message)
message - a String containing the text of the exception messagepublic RowSetFormException(Throwable cause)
cause - a Throwable that occurred in a RowSetForm
public RowSetFormException(String message,
Throwable cause)
message and cause.
message - a String containing the text of the exception messagecause - a Throwable that occurred in a RowSetForm| Method Detail |
|---|
public void setLocalizedMessage(String localizedMessage)
localizedMessage - public String getLocalizedMessage()
getLocalizedMessage in class Throwable
|
BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||