mxGraph 2.5.0.1


com.mxgraph.util.svg
Class DefaultErrorHandler

java.lang.Object
  extended by com.mxgraph.util.svg.DefaultErrorHandler
All Implemented Interfaces:
ErrorHandler

public class DefaultErrorHandler
extends Object
implements ErrorHandler

This class provides a default implementation of ErrorHandler.


Constructor Summary
DefaultErrorHandler()
           
 
Method Summary
 void error(ParseException e)
          Implements ErrorHandler.error(ParseException).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorHandler

public DefaultErrorHandler()
Method Detail

error

public void error(ParseException e)
           throws ParseException
Implements ErrorHandler.error(ParseException). Throws the given exception.

Specified by:
error in interface ErrorHandler
Throws:
ParseException

mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.