Class JsonEndValueForgeUtil
java.lang.Object
com.espertech.esper.common.internal.event.json.parser.delegates.endvalue.JsonEndValueForgeUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EPException
handleBooleanException
(String name, String value) static EPException
handleNumberException
(String name, Class boxedType, String value, NumberFormatException ex) static EPException
handleParseException
(String name, Class boxedType, String value, Exception ex)
-
Constructor Details
-
JsonEndValueForgeUtil
public JsonEndValueForgeUtil()
-
-
Method Details
-
handleNumberException
public static EPException handleNumberException(String name, Class boxedType, String value, NumberFormatException ex) -
handleBooleanException
-
handleParseException
public static EPException handleParseException(String name, Class boxedType, String value, Exception ex)
-