Package joptsimple

Class ValueConversionException

All Implemented Interfaces:
Serializable

public class ValueConversionException extends RuntimeException
Thrown by ValueConverters when problems occur in converting string values to other Java types.
Author:
Paul Holser
See Also:
  • Constructor Details

    • ValueConversionException

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

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