public class IllegalTypeException extends AbstractRuntimeException
Constructor and Description |
---|
IllegalTypeException(String message)
Constructs an
IllegalTypeException with the specified detail message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalTypeException(String message)
IllegalTypeException
with the specified detail message.message
- the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage()
method).<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>