Class MissingFormatArgumentException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String formatSpecifier  
      int pos  
    • 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

      • pos

        public final int pos
      • formatSpecifier

        public final java.lang.String formatSpecifier
    • Constructor Detail

      • MissingFormatArgumentException

        public MissingFormatArgumentException​(int pos,
                                              java.lang.String formatSpecifier)