public class ConversionException extends RuntimeException
Constructor and Description |
---|
ConversionException() |
ConversionException(String from,
String to) |
ConversionException(String from,
String to,
Exception cause) |
ConversionException(String from,
String to,
String cause) |
ConversionException(Type from,
Type to) |
ConversionException(Type from,
Type to,
Exception cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014. All rights reserved.