public class ConverterException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Java serialization version.
|
| Constructor and Description |
|---|
ConverterException(String message,
Object... args)
Create converter exception with formatted message.
|
ConverterException(Throwable cause)
Create converter exception of given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public ConverterException(String message, Object... args)
String.format(String, Object...) for supported
formatting tags.message - formatted exception message,args - optional arguments if message contains formatting tags.public ConverterException(Throwable cause)
cause - exception root cause.Copyright © 2018. All rights reserved.