Uses of Class
com.dslplatform.json.ParsingException
-
Packages that use ParsingException Package Description com.dslplatform.json com.dslplatform.json.runtime -
-
Uses of ParsingException in com.dslplatform.json
Subclasses of ParsingException in com.dslplatform.json Modifier and Type Class Description private static classParsingException.ParsingStacklessExceptionMethods in com.dslplatform.json that return ParsingException Modifier and Type Method Description static ParsingExceptionParsingException. create(java.lang.String reason, boolean withStackTrace)static ParsingExceptionParsingException. create(java.lang.String reason, java.lang.Throwable cause, boolean withStackTrace)ParsingExceptionJsonReader. newParseError(java.lang.String description)ParsingExceptionJsonReader. newParseError(java.lang.String description, int positionOffset)ParsingExceptionJsonReader. newParseErrorAt(java.lang.String description, int positionOffset)ParsingExceptionJsonReader. newParseErrorAt(java.lang.String description, int positionOffset, java.lang.Exception cause)ParsingExceptionJsonReader. newParseErrorFormat(java.lang.String shortDescription, int positionOffset, java.lang.String longDescriptionFormat, java.lang.Object... arguments)ParsingExceptionJsonReader. newParseErrorWith(java.lang.String shortDescription, int positionOffset, java.lang.String longDescriptionPrefix, java.lang.String longDescriptionMessage, java.lang.Object argument, java.lang.String longDescriptionSuffix)ParsingExceptionJsonReader. newParseErrorWith(java.lang.String description, java.lang.Object argument)Methods in com.dslplatform.json that throw ParsingException Modifier and Type Method Description private intJsonReader. hexToInt(byte value)(package private) static voidNumberConverter. numberException(JsonReader reader, int start, int end, java.lang.String message)(package private) static voidNumberConverter. numberException(JsonReader reader, int start, int end, java.lang.String message, java.lang.Object messageArgument)private static java.math.BigDecimalNumberConverter. parseBigDecimalGeneric(char[] buf, int len, JsonReader reader, boolean withQuotes)private static java.math.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) char[]JsonReader. prepareBuffer(int start, int len)char[]JsonReader. readSimpleQuote()Read simple "ascii string" into temporary buffer.java.lang.StringJsonReader. readSimpleString()Read simple ascii string.booleanJsonReader. wasFalse()Checks if 'false' value is at current position.booleanJsonReader. wasNull()Checks if 'null' value is at current position.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 ParsingException Modifier and Type Method Description (package private) static voidDecodePropertyInfo. showMandatoryError(JsonReader reader, long mandatoryFlag, DecodePropertyInfo[] decoders)
-