Class LimitChronology.LimitException

All Implemented Interfaces:
Serializable
Enclosing class:
LimitChronology

private class LimitChronology.LimitException extends IllegalArgumentException
Extends IllegalArgumentException such that the exception message is not generated unless it is actually requested.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • iIsLow

      private final boolean iIsLow
  • Constructor Details

    • LimitException

      LimitException(String desc, boolean isLow)
  • Method Details