public class ChronoException extends RuntimeException
Indicates a chronological error situation.
| Constructor and Description |
|---|
ChronoException(String msg)
Creates a new instanceo of
ChronoException
with given error message. |
ChronoException(String msg,
Exception ex)
Creates a new instanceo of
ChronoException
with given error message and the cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChronoException(String msg)
ChronoException
with given error message.msg - detailed error messageCopyright © 2014–2017. All rights reserved.