Serializablepublic class UnsupportedRuleException extends CalendricalRuleException
| Constructor | Description |
|---|---|
UnsupportedRuleException(String message,
CalendricalRule<?> rule) |
Constructs a new unsupported field exception using the specified error message.
|
UnsupportedRuleException(CalendricalRule<?> rule) |
Constructs a new unsupported field exception creating a standard error message.
|
getRuleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedRuleException(CalendricalRule<?> rule)
rule - the rule that is not supported, may be nullpublic UnsupportedRuleException(String message, CalendricalRule<?> rule)
message - the error message, not nullrule - the rule that is not supported, may be nullCopyright © 2019. All rights reserved.