Searched refs:ZoneRulesException (Results 1 – 12 of 12) sorted by relevance
19 import java.time.zone.ZoneRulesException;32 ZoneRulesException ex = new ZoneRulesException("message"); in test_constructor_message()40 ZoneRulesException ex = new ZoneRulesException("message", cause); in test_constructor_message_cause()
72 public class ZoneRulesException extends DateTimeException { class84 public ZoneRulesException(String message) { in ZoneRulesException() method in ZoneRulesException94 public ZoneRulesException(String message, Throwable cause) { in ZoneRulesException() method in ZoneRulesException
284 throw new ZoneRulesException("No time-zone data files registered"); in getProvider()286 throw new ZoneRulesException("Unknown time-zone ID: " + zoneId); in getProvider()324 throw new ZoneRulesException( in registerProvider0()
69 import java.time.zone.ZoneRulesException;112 @Test(expectedExceptions=ZoneRulesException.class)153 @Test(expectedExceptions=ZoneRulesException.class)202 throw new ZoneRulesException("Invalid"); in provideRules()229 throw new ZoneRulesException("Invalid"); in provideRules()
66 import java.time.zone.ZoneRulesException;122 } catch (ZoneRulesException ex) { in ofId()
77 import java.time.zone.ZoneRulesException;575 } catch (ZoneRulesException ex) {
73 import java.time.zone.ZoneRulesException;117 } catch (ZoneRulesException ex) { in test_deserialization_lenient_characters()
81 import java.time.zone.ZoneRulesException;184 @Test(expectedExceptions=ZoneRulesException.class)501 @Test(expectedExceptions=ZoneRulesException.class)
78 import java.time.zone.ZoneRulesException;143 @Test(expectedExceptions = ZoneRulesException.class)
875 "ojluni/src/main/java/java/time/zone/ZoneRulesException.java",
890 …in/java/java/time/zone/ZoneRulesException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/ja…
13027 public class ZoneRulesException extends java.time.DateTimeException {13028 ctor public ZoneRulesException(String);13029 ctor public ZoneRulesException(String, Throwable);