1 2 3 4 5 6 7 8 9
package org.uscxml; public class ErrorEvent extends Event { public ErrorEvent(String string) { // TODO Auto-generated constructor stub } }