Package com.mxgraph.util.svg
Class DefaultErrorHandler
- java.lang.Object
-
- com.mxgraph.util.svg.DefaultErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
public class DefaultErrorHandler extends java.lang.Object implements ErrorHandler
This class provides a default implementation of ErrorHandler.
-
-
Constructor Summary
Constructors Constructor Description DefaultErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(ParseException e)
ImplementsErrorHandler.error(ParseException)
.
-
-
-
Method Detail
-
error
public void error(ParseException e) throws ParseException
ImplementsErrorHandler.error(ParseException)
. Throws the given exception.- Specified by:
error
in interfaceErrorHandler
- Throws:
ParseException
-
-