程序包 org.jsfr.json
接口 ErrorHandlingStrategy
-
- 所有已知实现类:
DefaultErrorHandlingStrategy
public interface ErrorHandlingStrategy
Created by Leo on 2015/4/1.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 void
handleExceptionFromListener(Exception e, ParsingContext context)
void
handleParsingException(Exception e)
-
-
-
方法详细资料
-
handleParsingException
void handleParsingException(Exception e)
-
handleExceptionFromListener
void handleExceptionFromListener(Exception e, ParsingContext context)
-
-