Searched refs:UnsupportedCharsetException (Results 1 – 10 of 10) sorted by relevance
12 import java.nio.charset.UnsupportedCharsetException;68 }catch(UnsupportedCharsetException ex){ in charsetForName()118 throws UnsupportedCharsetException{ in getICUCanonicalName()152 throw new UnsupportedCharsetException(enc); in getICUCanonicalName()276 } catch(UnsupportedCharsetException ex) { in loadAvailableICUCharsets()
14 import java.nio.charset.UnsupportedCharsetException;182 …throw new UnsupportedCharsetException( icuCanonicalName+": "+"Could not load " + className+ ". Exc… in getCharset()189 … throw new UnsupportedCharsetException( icuCanonicalName+": "+"Could not load " + className); in getCharset()221 …et forNameICU(String charsetName) throws IllegalCharsetNameException, UnsupportedCharsetException { in forNameICU()
22 import java.nio.charset.UnsupportedCharsetException;
24 public class UnsupportedCharsetException extends IllegalArgumentException { class27 public UnsupportedCharsetException(String charsetName) { in UnsupportedCharsetException() method in UnsupportedCharsetException
66 throw new UnsupportedCharsetException(charsetName); in forName()
22 import java.nio.charset.UnsupportedCharsetException;137 } catch (UnsupportedCharsetException expected) { in testUnsupportedCharset()
40 import java.nio.charset.UnsupportedCharsetException;304 } catch (UnsupportedCharsetException expected) {} in testGetCharset_unsupportedCharset()
53 import java.nio.charset.UnsupportedCharsetException;369 } catch (UnsupportedCharsetException expected) {}
45 import java.nio.charset.UnsupportedCharsetException;
19 import java.nio.charset.UnsupportedCharsetException;2465 }catch(UnsupportedCharsetException ex){ in TestAllNames()2618 }catch(UnsupportedCharsetException ex){ in TestUTF32BOM()5499 } catch (UnsupportedCharsetException ex) { in TestCharsetICUCodeCoverage()