Class LimitChronology.LimitException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    LimitChronology

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

      Fields 
      Modifier and Type Field Description
      private boolean iIsLow  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      LimitException​(java.lang.String desc, boolean isLow)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • iIsLow

        private final boolean iIsLow
    • Constructor Detail

      • LimitException

        LimitException​(java.lang.String desc,
                       boolean isLow)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable