To load this file without formatting, visit http://whoyouknow.co.uk/ants/AntGraph/java/1/src/antgraph/NoSuchNodeException.java. This is a spam-protection measure; sorry for the inconvenience.

· NoSuchNodeException.java ·

   1/*
   2 * NoSuchNodeException.java
   3 *
   4 * Created on 03 March 2007, 21:50
   5 *
   6 * To change this template, choose Tools | Template Manager
   7 * and open the template in the editor.
   8 */
   9
  10package antgraph;
  11
  12/**
  13 *
  14 * @author James
  15 */
  16public class NoSuchNodeException extends Exception {
  17    
  18    /** Creates a new instance of NoSuchNodeException */
  19    public NoSuchNodeException(String s) {
  20        super(s);
  21    }
  22    
  23}
  24

· NoSuchNodeException.java ends ·

Generated by CHIP: Code Highlighting in PHP, version 2.7.0.