HomeSort by relevance Sort by last modified time
    Searched defs:UnsupportedTemporalTypeException (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/time/temporal/
UnsupportedTemporalTypeException.java 67 * UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is
75 public class UnsupportedTemporalTypeException extends DateTimeException {
83 * Constructs a new UnsupportedTemporalTypeException with the specified message.
87 public UnsupportedTemporalTypeException(String message) {
92 * Constructs a new UnsupportedTemporalTypeException with the specified message and cause.
97 public UnsupportedTemporalTypeException(String message, Throwable cause) {
  /prebuilts/sdk/current/
core.jar 

Completed in 120 milliseconds