Documentation of 'joptsimple.ValueConversionException' Java class
ValueConversionException
joptsimple

Class ValueConversionException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ValueConversionException
    extends java.lang.RuntimeException
    Thrown by ValueConverters when problems occur in converting string values to other Java types.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ValueConversionException(java.lang.String message)
      Creates a new exception with the specified detail message.
      ValueConversionException(java.lang.String message, java.lang.Throwable cause)
      Creates a new exception with the specified detail message and cause.
    • 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

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

      • ValueConversionException

        public ValueConversionException(java.lang.String message)
        Creates a new exception with the specified detail message.
        Parameters:
        message - the detail message
      • ValueConversionException

        public ValueConversionException(java.lang.String message,
                                        java.lang.Throwable cause)
        Creates a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the original exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.