public class DurationParseException extends Exception
Constructor and Description |
---|
DurationParseException() |
DurationParseException(String message) |
DurationParseException(String message,
Throwable cause) |
DurationParseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DurationParseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
This documentation was released into the public domain.