public class BadBinaryOpValueExpException extends java.lang.Exception
| Constructor and Description |
|---|
BadBinaryOpValueExpException(ValueExp exp)
Constructs a new
BadBinaryOpValueExpException
using the specified expression to represent the invalid one. |
| Modifier and Type | Method and Description |
|---|---|
ValueExp |
getExp()
Returns the inappropriate value expression associated
with this exception.
|
java.lang.String |
toString()
Returns a textual representation of this instance.
|
public BadBinaryOpValueExpException(ValueExp exp)
BadBinaryOpValueExpException
using the specified expression to represent the invalid one.exp - the inappropriate value expression.public ValueExp getExp()
public java.lang.String toString()
javax.management.BadBinaryOpValueExpException)
and the invalid value expression.toString in class java.lang.ThrowableObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)