Java java.time DateTimeException fields, constructors, methods, implement or subclass

Example usage for Java java.time DateTimeException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.time DateTimeException.

The text is from its open source code.

Constructor

DateTimeException(String message, Throwable cause)
Constructs a new date-time exception with the specified message and cause.
DateTimeException(String message)
Constructs a new date-time exception with the specified message.

Method

StringgetMessage()
Returns the detail message string of this throwable.