JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
InconsistentStateException.java
Go to the documentation of this file.
1 package rb;
2 
9 public class InconsistentStateException extends Exception {
10 
14  private static final long serialVersionUID = -1857684086898642755L;
15 
16  public InconsistentStateException(String message) {
17  super(message);
18  }
19 }
Exception imported from rbappmit.