javax.management
public class BadBinaryOpValueExpException extends Exception
Since: 1.5
| Constructor Summary | |
|---|---|
| BadBinaryOpValueExpException(ValueExp exp)
Constructs a new BadBinaryOpValueExpException
using the specified expression to represent the invalid one.
| |
| Method Summary | |
|---|---|
| ValueExp | getExp()
Returns the inappropriate value expression associated
with this exception.
|
| String | toString()
Returns a textual representation of this instance. |
BadBinaryOpValueExpException
using the specified expression to represent the invalid one.
Parameters: exp the inappropriate value expression.
Returns: the value expression.
javax.management.BadBinaryOpValueExpException)
and the invalid value expression.
Returns: a @link{java.lang.String} instance representing the instance in textual form.