Searched defs:ErrorEvent (Results 1 – 3 of 3) sorted by relevance
40 public class ErrorEvent extends EventObject { class56 ErrorEvent(Object source, Error dtraceError) in ErrorEvent() method in ErrorEvent
151 struct ErrorEvent { struct152 Position pos;153 enum Type {161 Type type;162 CharString message;
85 void SGMLApplication::error(const ErrorEvent &) in error()