Package com.mxgraph.util.svg
Interface ErrorHandler
- All Known Implementing Classes:
DefaultErrorHandler
public interface ErrorHandler
This interface must be implemented and then registred as the error handler
in order to be notified of parsing errors.
-
Method Summary
-
Method Details
-
error
Called when a parse error occurs.- Throws:
ParseException
-