home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / jmx.jar / javax / management / BadBinaryOpValueExpException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-10-28  |  622 b   |  15 lines

  1. package javax.management;
  2.  
  3. public class BadBinaryOpValueExpException extends Exception {
  4.    private static final long serialVersionUID = 5068475589449021227L;
  5.    private ValueExp exp;
  6.  
  7.    public BadBinaryOpValueExpException(ValueExp exp) {
  8.       this.exp = exp;
  9.    }
  10.  
  11.    public ValueExp getExp() {
  12.       return this.exp;
  13.    }
  14. }
  15.