|
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
java.lang.RuntimeException
com.bea.wlw.netui.databinding.exception.RowIdentifierParseException
public class RowIdentifierParseException
This exception is thrown when an error occurs parsing a row identifier from the URL.
| 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 |
|---|
public RowIdentifierParseException()
public RowIdentifierParseException(String message)
message - message describing the exceptionpublic RowIdentifierParseException(Throwable cause)
cause - a Throwable cause
public RowIdentifierParseException(String message,
Throwable cause)
message - message describing the exceptioncause - a Throwable cause
|
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 | |||||||||