public class ConversionException extends Exception
| Constructor and Description |
|---|
ConversionException()
Creates new
ConversionException without detail message. |
ConversionException(String msg)
Constructs an
ConversionException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException()
ConversionException without detail message.public ConversionException(String msg)
ConversionException with the
specified detail message.msg - the detail message.Copyright © 2017. All rights reserved.