org.sonatype.gshell.util.converter
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sonatype.gshell.util.converter.ConversionException
- All Implemented Interfaces:
- Serializable
public class ConversionException
- extends RuntimeException
Thrown to indicate a conversion problem.
- Since:
- 2.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversionException
public ConversionException()
ConversionException
public ConversionException(Throwable cause)
ConversionException
public ConversionException(String message)
ConversionException
public ConversionException(String message,
Throwable cause)
Copyright © 2008-2011 Sonatype. All Rights Reserved.