joptsimple
Class ValueConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
joptsimple.ValueConversionException
- All Implemented Interfaces:
- Serializable
public class ValueConversionException
- extends RuntimeException
Thrown by ValueConverter
s when problems occur in converting string values to
other Java types.
- Version:
- $Id: ValueConversionException.java,v 1.5 2009/08/13 00:34:35 pholser Exp $
- Author:
- Paul Holser
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the original exception
Copyright © 2011. All Rights Reserved.