Biblioteca Java - Rev 17
Subversion Repositories:
(root)/Courses and labs samples/SSATR/StateMachine1/src/rtuml/capsule/StateMachineException.java @ 38
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);
}
}