Home
last modified time | relevance | path

Searched refs:newIllegalStateException (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DStringUtils.java157 throw StringUtils.newIllegalStateException(charsetName, e); in getBytesUnchecked()
161 …private static IllegalStateException newIllegalStateException(String charsetName, UnsupportedEncod… in newIllegalStateException() method in StringUtils
190 throw StringUtils.newIllegalStateException(charsetName, e); in newString()