1. /*
  2. * @(#)file ParseError.java
  3. * @(#)author Sun Microsystems, Inc.
  4. * @(#)version 4.7
  5. * @(#)date 04/09/15
  6. *
  7. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  8. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  9. *
  10. */
  11. /* Generated By:JavaCC: Do not edit this line. ParseError.java Version 0.7pre1 */
  12. package com.sun.jmx.snmp.IPAcl;
  13. class ParseError extends Exception {
  14. public ParseError() {
  15. }
  16. public ParseError(String message) {
  17. super(message);
  18. }
  19. }