Biblioteca Java - Blame information for rev 17
Subversion Repositories:
Rev | Author | Line No. | Line |
---|---|---|---|
17 | mihai | 1 | package rtuml.capsule; |
2 | |||
3 | public class StateMachineException extends RuntimeException { | ||
4 | public StateMachineException(String msg){ | ||
5 | super(msg); | ||
6 | } | ||
7 | } |