MCPcopy Create free account
hub / github.com/MenoData/Time4J / woyFailed

Method woyFailed

base/src/main/java/net/time4j/PlainDate.java:2179–2183  ·  view source on GitHub ↗
(int weekOfYear)

Source from the content-addressed store, hash-verified

2177 }
2178
2179 private static String woyFailed(int weekOfYear) {
2180
2181 return "WEEK_OF_YEAR (ISO) out of range: " + weekOfYear;
2182
2183 }
2184
2185 private static PlainDate ofWeekdate(
2186 int yearOfWeekdate,

Callers 2

ofWeekdateMethod · 0.95
createFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected