View Javadoc

1   
2   /*
3    * Copyright (c) 2005, The K-Wf Grid Consortium
4    * Fraunhofer Institute for Computer Architecture and Software Technology
5    * See http://www.kwfgrid.eu and http://www.first.fraunhofer.de for more details.
6    */
7   package net.kwfgrid.gwui.graphviz;
8   
9   public class GraphVizException extends Exception {
10      public GraphVizException(String message) {
11  	super(message);
12      }
13  }