Uses of Class
com.dslplatform.json.ParsingException

Packages that use ParsingException
com.dslplatform.json   
 

Uses of ParsingException in com.dslplatform.json
 

Methods in com.dslplatform.json that return ParsingException
static ParsingException ParsingException.create(String reason, boolean withStackTrace)
           
static ParsingException ParsingException.create(String reason, Throwable cause, boolean withStackTrace)
           
 ParsingException JsonReader.newParseError(String description)
           
 ParsingException JsonReader.newParseError(String description, int positionOffset)
           
 ParsingException JsonReader.newParseErrorAt(String description, int positionOffset)
           
 ParsingException JsonReader.newParseErrorAt(String description, int positionOffset, Exception cause)
           
 ParsingException JsonReader.newParseErrorFormat(String shortDescription, int positionOffset, String longDescriptionFormat, Object... arguments)
           
 ParsingException JsonReader.newParseErrorWith(String shortDescription, int positionOffset, String longDescriptionPrefix, String longDescriptionMessage, Object argument, String longDescriptionSuffix)
           
 ParsingException JsonReader.newParseErrorWith(String description, Object argument)
           
 

Methods in com.dslplatform.json that throw ParsingException
 char[] JsonReader.readSimpleQuote()
          Read simple "ascii string" into temporary buffer.
 String JsonReader.readSimpleString()
          Read simple ascii string.
 boolean JsonReader.wasFalse()
          Checks if 'false' value is at current position.
 boolean JsonReader.wasNull()
          Checks if 'null' value is at current position.
 boolean JsonReader.wasTrue()
          Checks if 'true' value is at current position.
 



Copyright © 2019. All rights reserved.