Class Misc.SecondsConverter.NegativeNumberException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Misc.SecondsConverter

    public static class Misc.SecondsConverter.NegativeNumberException
    extends java.lang.Exception
    This exception is thrown if a negative number is supplied to the methods in this class.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • NegativeNumberException

        public NegativeNumberException()
      • NegativeNumberException

        public NegativeNumberException​(java.lang.String message)