Searched defs:BadBinaryOpValueExpException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DBadBinaryOpValueExpException.java37 public class BadBinaryOpValueExpException extends Exception { class in inherits:Exception
50 * Constructs a <CODE>BadBinaryOpValueExpException</CODE> with the specified <CODE>ValueExp</CODE>.
54 public BadBinaryOpValueExpException(ValueExp exp) { method in class:BadBinaryOpValueExpException
72 return "BadBinaryOpValueExpException: " + exp;

Completed in 35 milliseconds