/* * @(#)file ParseError.java * @(#)author Sun Microsystems, Inc. * @(#)version 4.7 * @(#)date 06/05/03 * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * */ /* Generated By:JavaCC: Do not edit this line. ParseError.java Version 0.7pre1 */ package com.sun.jmx.snmp.IPAcl; class ParseError extends Exception { public ParseError() { } public ParseError(String message) { super(message); } }