Searched refs:UnsupportedCharsetException (Results 1 – 13 of 13) 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()
24 import java.nio.charset.UnsupportedCharsetException;59 } catch (UnsupportedCharsetException e) { // NOSONAR we use the default encoding instead in getZipEncoding()
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;2467 }catch(UnsupportedCharsetException ex){ in TestAllNames()2630 }catch(UnsupportedCharsetException ex){ in TestUTF32BOM()5542 } catch (UnsupportedCharsetException ex) { in TestCharsetICUCodeCoverage()