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.4 2009/04/07 00:21:24 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 2004-2009 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu