public class RuntimeConversionException extends RuntimeException
| Constructor and Description |
|---|
RuntimeConversionException() |
RuntimeConversionException(Exception cause,
Object in,
String to) |
RuntimeConversionException(Object in,
String to) |
RuntimeConversionException(String message) |
RuntimeConversionException(String message,
Throwable cause) |
RuntimeConversionException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
void |
setWhere(String s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeConversionException()
public RuntimeConversionException(String message)
public RuntimeConversionException(Throwable cause)
public String getMessage()
getMessage in class Throwablepublic void setWhere(String s)
Copyright © 2017 etc.to. All rights reserved.