public class CalendricalException extends RuntimeException
All exceptions in the Time Framework for Java extend this class. This allows catch blocks to catch just this exception, or more specific ones.
Constructor and Description |
---|
CalendricalException(String message)
Constructs a new conversion exception with the specified message.
|
CalendricalException(String message,
Throwable cause)
Constructs a new conversion exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CalendricalException(String message)
message
- the message to use for this exception, may be nullCopyright © 2014. All rights reserved.