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