public class WrongValueException extends OperationException
UiException.Aide
MessageConst.BundleInfo
_code
NULL_CODE
Constructor and Description |
---|
WrongValueException() |
WrongValueException(Component comp,
int code)
Constructs a wrong value exception to show an error box at the client.
|
WrongValueException(Component comp,
int code,
java.lang.Object fmtArg)
Constructs a wrong value exception to show an error box at the client.
|
WrongValueException(Component comp,
int code,
java.lang.Object[] fmtArgs)
Constructs a wrong value exception to show an error box at the client.
|
WrongValueException(Component comp,
java.lang.String msg)
Constructs a wrong value exception to show an error box at the client.
|
WrongValueException(Component comp,
java.lang.String msg,
java.lang.Throwable cause)
Constructs a wrong value exception.
|
WrongValueException(int code) |
WrongValueException(int code,
java.lang.Object fmtArg) |
WrongValueException(int code,
java.lang.Object[] fmtArgs) |
WrongValueException(int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause) |
WrongValueException(int code,
java.lang.Object fmtArg,
java.lang.Throwable cause) |
WrongValueException(int code,
java.lang.Throwable cause) |
WrongValueException(java.lang.String s) |
WrongValueException(java.lang.String msg,
java.lang.Throwable cause) |
WrongValueException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Component |
getComponent()
Returns the component that causes this exception, or null.
|
getCode
public WrongValueException(Component comp, java.lang.String msg)
comp
- the component that causes this exception.public WrongValueException(Component comp, int code, java.lang.Object[] fmtArgs)
comp
- the component that causes this exception.public WrongValueException(Component comp, int code, java.lang.Object fmtArg)
comp
- the component that causes this exception.public WrongValueException(Component comp, int code)
comp
- the component that causes this exception.public WrongValueException(Component comp, java.lang.String msg, java.lang.Throwable cause)
public WrongValueException(java.lang.String msg, java.lang.Throwable cause)
public WrongValueException(java.lang.String s)
public WrongValueException(java.lang.Throwable cause)
public WrongValueException()
public WrongValueException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
public WrongValueException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
public WrongValueException(int code, java.lang.Object[] fmtArgs)
public WrongValueException(int code, java.lang.Object fmtArg)
public WrongValueException(int code, java.lang.Throwable cause)
public WrongValueException(int code)
public Component getComponent()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.