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

Method yowFailed

base/src/main/java/net/time4j/PlainDate.java:2173–2177  ·  view source on GitHub ↗
(int yearOfWeekdate)

Source from the content-addressed store, hash-verified

2171 }
2172
2173 private static String yowFailed(int yearOfWeekdate) {
2174
2175 return "YEAR_OF_WEEKDATE (ISO) out of range: " + yearOfWeekdate;
2176
2177 }
2178
2179 private static String woyFailed(int weekOfYear) {
2180

Callers 2

ofWeekdateMethod · 0.95
createFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected