RowSetFormException Class
- public class RowSetFormException
extends Exception
An exception thrown when an error occurs applying values from a
RowSet to a RowSetForm or from a
RowSetForm to a RowSet.
-
Hierarchy
-
Object
Throwable
Exception
RowSetFormException
-
All Implemented Interfaces
-
Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowSetFormException
public RowSetFormException()
- Construct a RowSetFormException.
RowSetFormException
public RowSetFormException(String message,
Throwable cause)
- Construct a RowSetFormException with the given
message and cause.
RowSetFormException
public RowSetFormException(String message)
- Construct a RowSetFormException with the given message.
RowSetFormException
public RowSetFormException(Throwable cause)
- Construct a RowSetFormException with the given cause.
getLocalizedMessage() Method
public String getLocalizedMessage()
-
Overrides
-
Throwable.getLocalizedMessage()
setLocalizedMessage(String) Method
public void setLocalizedMessage(String localizedMessage)