Searched refs:UnsupportedCharsetException (Results 1 – 12 of 12) sorted by relevance
16 import java.nio.charset.UnsupportedCharsetException;219 UnsupportedCharsetException e2 = new UnsupportedCharsetException( in getCharset()229 throw new UnsupportedCharsetException( icuCanonicalName+": "+"Could not load " + className); in getCharset()261 …et forNameICU(String charsetName) throws IllegalCharsetNameException, UnsupportedCharsetException { in forNameICU()
14 import java.nio.charset.UnsupportedCharsetException;71 }catch(UnsupportedCharsetException ex){ in charsetForName()121 throws UnsupportedCharsetException{ in getICUCanonicalName()155 throw new UnsupportedCharsetException(enc); in getICUCanonicalName()279 } catch(UnsupportedCharsetException ex) { in loadAvailableICUCharsets()
17 import java.nio.charset.UnsupportedCharsetException;39 … throw new UnsupportedCharsetException("unable to open ICU GBK Charset, required for HZ"); in CharsetHZ()
24 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) {}
44 import java.nio.charset.UnsupportedCharsetException;716 } catch (UnsupportedCharsetException e) { in toString()
46 import java.nio.charset.UnsupportedCharsetException;
21 import java.nio.charset.UnsupportedCharsetException;2512 }catch(UnsupportedCharsetException ex){ in TestAllNames()2675 }catch(UnsupportedCharsetException ex){ in TestUTF32BOM()5587 } catch (UnsupportedCharsetException ex) { in TestCharsetICUCodeCoverage()