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.exception
Class RowIdentifierParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.wlw.netui.databinding.exception.RowIdentifierParseException
All Implemented Interfaces:
Serializable

public class RowIdentifierParseException
extends RuntimeException

This exception is thrown when an error occurs parsing a row identifier from the URL.

See Also:
Serialized Form

Constructor Summary
RowIdentifierParseException()
          Construct an empty exception.
RowIdentifierParseException(String message)
          Construct an exception with the given message
RowIdentifierParseException(String message, Throwable cause)
          Construct an exception with the given message and cause.
RowIdentifierParseException(Throwable cause)
          Construct an exception with the given cause.
 
Method Summary
 
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

RowIdentifierParseException

public RowIdentifierParseException()
Construct an empty exception.


RowIdentifierParseException

public RowIdentifierParseException(String message)
Construct an exception with the given message

Parameters:
message - message describing the exception

RowIdentifierParseException

public RowIdentifierParseException(Throwable cause)
Construct an exception with the given cause.

Parameters:
cause - a Throwable cause

RowIdentifierParseException

public RowIdentifierParseException(String message,
                                   Throwable cause)
Construct an exception with the given message and cause.

Parameters:
message - message describing the exception
cause - a Throwable cause

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