1 package xuml.tools.model.compiler.runtime; 2 3 public class BehaviourFactoryNotSetException extends RuntimeException { 4 5 private static final long serialVersionUID = 1L; 6 7 public BehaviourFactoryNotSetException(String message) { 8 super(message); 9 } 10 }