public class IncompatibleValueException extends RuntimeException
Constructor and Description |
---|
IncompatibleValueException() |
IncompatibleValueException(String message) |
IncompatibleValueException(String message,
Throwable cause) |
IncompatibleValueException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
IncompatibleValueException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleValueException()
public IncompatibleValueException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public IncompatibleValueException(String message)
public IncompatibleValueException(Throwable cause)
Copyright © 2017. All rights reserved.