RowSetFormException Class

com.bea.wlw.netui.databinding.form
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

Constructor Summary

RowSetFormException()

Construct a RowSetFormException.
RowSetFormException(String message, Throwable cause)

Construct a RowSetFormException with the given message and cause.
RowSetFormException(String message)

Construct a RowSetFormException with the given message.
RowSetFormException(Throwable cause)

Construct a RowSetFormException with the given cause.
 

Method Summary

public String
getLocalizedMessage()
public void
setLocalizedMessage(String localizedMessage)
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

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.
 

Method Detail

getLocalizedMessage() Method

public String getLocalizedMessage()
Overrides
Throwable.getLocalizedMessage()

setLocalizedMessage(String) Method

public void setLocalizedMessage(String localizedMessage)