Searched refs:UnsupportedCharsetException (Results 1 – 18 of 18) sorted by relevance
20 import java.nio.charset.UnsupportedCharsetException;33 UnsupportedCharsetException ex = new UnsupportedCharsetException( in testConstructor()40 ex = new UnsupportedCharsetException("ascii"); in testConstructor()45 ex = new UnsupportedCharsetException(""); in testConstructor()50 ex = new UnsupportedCharsetException(null); in testConstructor()68 UnsupportedCharsetException initEx = (UnsupportedCharsetException) initial;69 UnsupportedCharsetException desrEx = (UnsupportedCharsetException) deserialized;81 SerializationTest.verifySelf(new UnsupportedCharsetException( in testSerializationSelf()90 SerializationTest.verifyGolden(this, new UnsupportedCharsetException( in testSerializationCompatibility()
28 import java.nio.charset.UnsupportedCharsetException;381 } catch (UnsupportedCharsetException expected) { in testForName_NotSupported()853 } catch (UnsupportedCharsetException expected) { in testForName_withProviderWithRecursiveCall()
29 import java.nio.charset.UnsupportedCharsetException;560 } catch (UnsupportedCharsetException e) { in testCharset()
40 public class UnsupportedCharsetException class58 public UnsupportedCharsetException(String charsetName) { in UnsupportedCharsetException() method in UnsupportedCharsetException
49 gen UnsupportedCharsetException "
563 throw new UnsupportedCharsetException(charsetName);
23 import java.nio.charset.UnsupportedCharsetException;56 } catch (UnsupportedCharsetException e) { in test_encodeLjava_lang_StringLjava_lang_String()
32 import java.nio.charset.UnsupportedCharsetException;144 } catch (IllegalCharsetNameException | UnsupportedCharsetException e) { in decode()
32 import java.nio.charset.UnsupportedCharsetException ;197 } catch (IllegalCharsetNameException | UnsupportedCharsetException e) { in encode()
25 import java.nio.charset.UnsupportedCharsetException;159 } catch (UnsupportedCharsetException expected) { in testUrlEncoderFailsOnInvalidCharset()
33 import java.nio.charset.UnsupportedCharsetException;87 } catch (IllegalCharsetNameException|UnsupportedCharsetException unused) { in toCharset()
33 import java.nio.charset.UnsupportedCharsetException;104 } catch (IllegalCharsetNameException|UnsupportedCharsetException unused) { in toCharset()
37 import java.nio.charset.UnsupportedCharsetException;370 } catch (UnsupportedCharsetException e) { in testnewReaderCharsetError()382 } catch (UnsupportedCharsetException e) { in testnewWriterCharsetError()
40 import java.nio.charset.UnsupportedCharsetException;
614 } catch (IllegalCharsetNameException|UnsupportedCharsetException e) { in toCharset()696 } catch (IllegalCharsetNameException|UnsupportedCharsetException unused) { in toDecoder()
53 import java.nio.charset.UnsupportedCharsetException;1961 } catch (IllegalCharsetNameException|UnsupportedCharsetException unused) { in toCharset()
466 "ojluni/src/main/java/java/nio/charset/UnsupportedCharsetException.java",
7214 public class UnsupportedCharsetException extends java.lang.IllegalArgumentException {7215 ctor public UnsupportedCharsetException(String);