Class ExtraFormatArgumentsException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int provided  
      int used  
    • 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
    • Field Detail

      • provided

        public final int provided
      • used

        public final int used
    • Constructor Detail

      • ExtraFormatArgumentsException

        public ExtraFormatArgumentsException​(int provided,
                                             int used)