public class BadBinaryOpValueExpException extends 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.
|
String |
toString()
Returns a textual representation of this instance.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BadBinaryOpValueExpException(ValueExp exp)
BadBinaryOpValueExpException
using the specified expression to represent the invalid one.exp
- the inappropriate value expression.public ValueExp getExp()
public String toString()
javax.management.BadBinaryOpValueExpException
)
and the invalid value expression.toString
in class Throwable
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)