Documentation of 'joptsimple.OptionException' Java class
OptionException
joptsimple

Class OptionException

  • All Implemented Interfaces:
    java.io.Serializable


    public abstract class OptionException
    extends java.lang.RuntimeException

    Thrown when a problem occurs during option parsing.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Collection<java.lang.String> options()
      Gives the option being considered when the exception was created.
      • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • options

        public java.util.Collection<java.lang.String> options()

        Gives the option being considered when the exception was created.

        Returns:
        the option being considered when the exception was created

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.