public class ConversionException extends RuntimeException
| Constructor and Description |
|---|
ConversionException(String message)
Constructs a new
ConversionException with the specified detail messagage. |
ConversionException(String message,
Throwable cause)
Constructs a new
ConversionException with the specified detail messagage and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException(String message)
ConversionException with the specified detail messagage.message - the detail message.Copyright © 2014. All rights reserved.