Biblioteca Java - Rev 17
Subversion Repositories:
package rtuml.capsule;
public class StateMachineException extends RuntimeException {
public StateMachineException(String msg){
super(msg);
}
}
public class StateMachineException extends RuntimeException {
public StateMachineException(String msg){
super(msg);
}
}