BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.databinding.form
Class RowSetFormException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wlw.netui.databinding.form.RowSetFormException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

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

RowSetFormException

public RowSetFormException()
Construct a RowSetFormException.


RowSetFormException

public RowSetFormException(String message)
Construct a RowSetFormException with the given message.

Parameters:
message - a String containing the text of the exception message

RowSetFormException

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

Parameters:
cause - a Throwable that occurred in a RowSetForm

RowSetFormException

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

Parameters:
message - a String containing the text of the exception message
cause - a Throwable that occurred in a RowSetForm
Method Detail

setLocalizedMessage

public void setLocalizedMessage(String localizedMessage)
Parameters:
localizedMessage -

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable
Returns:

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.