Uses of Class
org.eu.zajc.akiwrapper.core.exceptions.MalformedResponseException
Packages that use MalformedResponseException
-
Uses of MalformedResponseException in org.eu.zajc.akiwrapper.core.utils
Methods in org.eu.zajc.akiwrapper.core.utils that throw MalformedResponseExceptionModifier and TypeMethodDescriptionstatic doubleUtilities.parseDouble(String s) Attempts to parse a string usingDouble.parseDouble(String), throwing aMalformedResponseExceptionon failure.static intAttempts to parse a string usingInteger.parseInt(String), throwing aMalformedResponseExceptionon failure.static longAttempts to parse a string usingLong.parseLong(String), throwing aMalformedResponseExceptionon failure.