KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > SOFAnode > Util > DFSRChecker > node > InvalidParameterException


1 /*
2  * $Id: InvalidParameterException.java,v 1.4 2005/07/08 12:04:12 kofron Exp $
3  *
4  * Copyright 2004
5  * Distributed Systems Research Group
6  * Department of Software Engineering
7  * Faculty of Mathematics and Physics
8  * Charles University, Prague
9  *
10  * Copyright 2005
11  * Formal Methods In Software Engineering Group
12  * Institute of Computer Science
13  * Academy of Sciences of the Czech Republic
14  *
15  * This code was developed by Jan Kofron <kofron@nenya.ms.mff.cuni.cz>
16  */

17
18 package SOFA.SOFAnode.Util.DFSRChecker.node;
19
20 /**
21  * Exception is thrown when an error during traversing of the graph occurs. It
22  * is used for debugging reasons.
23  */

24 public class InvalidParameterException extends Exception JavaDoc {
25
26     /** Creates a new instance of InvalidParameterException */
27     public InvalidParameterException() {
28     }
29
30 }
Popular Tags