home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2001 December / dppcpro1201.iso / Extras / maple / Viewer / WebEQ / MMLViewerInstall.cab / MMLViewerApplet.cab / webeq3 / parser / mathml / PeerException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-05-24  |  268 b   |  8 lines

  1. package webeq3.parser.mathml;
  2.  
  3. public class PeerException extends Exception {
  4.    public PeerException(String var1) {
  5.       super(var1);
  6.    }
  7. }
  8.