Uses of Class
com.dslplatform.json.ParsingException
Packages that use ParsingException
-
Uses of ParsingException in com.dslplatform.json
Subclasses of ParsingException in com.dslplatform.jsonMethods in com.dslplatform.json that return ParsingExceptionModifier and TypeMethodDescriptionstatic ParsingExceptionstatic ParsingExceptionfinal ParsingExceptionJsonReader.newParseError(String description) final ParsingExceptionJsonReader.newParseError(String description, int positionOffset) final ParsingExceptionJsonReader.newParseErrorAt(String description, int positionOffset) final ParsingExceptionJsonReader.newParseErrorAt(String description, int positionOffset, Exception cause) final ParsingExceptionJsonReader.newParseErrorFormat(String shortDescription, int positionOffset, String longDescriptionFormat, Object... arguments) final ParsingExceptionJsonReader.newParseErrorWith(String shortDescription, int positionOffset, String longDescriptionPrefix, String longDescriptionMessage, Object argument, String longDescriptionSuffix) final ParsingExceptionJsonReader.newParseErrorWith(String description, Object argument) Methods in com.dslplatform.json that throw ParsingExceptionModifier and TypeMethodDescriptionprivate intJsonReader.hexToInt(byte value) (package private) static voidNumberConverter.numberException(JsonReader reader, int start, int end, String message) (package private) static voidNumberConverter.numberException(JsonReader reader, int start, int end, String message, Object messageArgument) private static BigDecimalNumberConverter.parseBigDecimalGeneric(char[] buf, int len, JsonReader reader, boolean withQuotes) private static BigIntegerNumberConverter.parseBigIntegerGeneric(char[] buf, int len, JsonReader reader, boolean withQuotes) private static floatNumberConverter.parseFloatGeneric(char[] buf, int len, JsonReader reader, boolean withQuotes) private static intNumberConverter.parseNumberGeneric(char[] buf, int len, JsonReader reader, boolean withQuotes) (package private) final char[]JsonReader.prepareBuffer(int start, int len) final char[]JsonReader.readSimpleQuote()Read simple "ascii string" into temporary buffer.final StringJsonReader.readSimpleString()Read simple ascii string.final booleanJsonReader.wasFalse()Checks if 'false' value is at current position.final booleanJsonReader.wasNull()Checks if 'null' value is at current position.final booleanJsonReader.wasTrue()Checks if 'true' value is at current position. -
Uses of ParsingException in com.dslplatform.json.runtime
Methods in com.dslplatform.json.runtime that throw ParsingExceptionModifier and TypeMethodDescription(package private) static voidDecodePropertyInfo.showMandatoryError(JsonReader reader, long mandatoryFlag, DecodePropertyInfo[] decoders)