Home
last modified time | relevance | path

Searched refs:ZoneRulesException (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/libcore/java/time/zone/
DZoneRulesExceptionTest.java19 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()
/libcore/ojluni/src/main/java/java/time/zone/
DZoneRulesException.java72 public class ZoneRulesException extends DateTimeException { class
84 public ZoneRulesException(String message) { in ZoneRulesException() method in ZoneRulesException
94 public ZoneRulesException(String message, Throwable cause) { in ZoneRulesException() method in ZoneRulesException
DZoneRulesProvider.java284 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()
/libcore/ojluni/src/test/java/time/tck/java/time/zone/
DTCKZoneRulesProvider.java69 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()
/libcore/ojluni/src/main/java/java/time/
DZoneRegion.java66 import java.time.zone.ZoneRulesException;
122 } catch (ZoneRulesException ex) { in ofId()
DZoneId.java77 import java.time.zone.ZoneRulesException;
575 } catch (ZoneRulesException ex) {
/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKZoneIdSerialization.java73 import java.time.zone.ZoneRulesException;
117 } catch (ZoneRulesException ex) { in test_deserialization_lenient_characters()
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKZoneId.java81 import java.time.zone.ZoneRulesException;
184 @Test(expectedExceptions=ZoneRulesException.class)
501 @Test(expectedExceptions=ZoneRulesException.class)
/libcore/ojluni/src/test/java/time/test/java/time/
DTestZoneId.java78 import java.time.zone.ZoneRulesException;
143 @Test(expectedExceptions = ZoneRulesException.class)
/libcore/
Dopenjdk_java_files.bp875 "ojluni/src/main/java/java/time/zone/ZoneRulesException.java",
DEXPECTED_UPSTREAM890 …in/java/java/time/zone/ZoneRulesException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/ja…
/libcore/api/
Dcurrent.txt13027 public class ZoneRulesException extends java.time.DateTimeException {
13028 ctor public ZoneRulesException(String);
13029 ctor public ZoneRulesException(String, Throwable);