public class ParameterOutOfBoundsException extends RuntimeException
Parameter with an invalid index inside a Parameters
instance.| Constructor and Description |
|---|
ParameterOutOfBoundsException(Throwable cause)
Creates a new
ParameterOutOfBoundsException with the given exception as cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterOutOfBoundsException(Throwable cause)
ParameterOutOfBoundsException with the given exception as cause.cause - Copyright © 2012. All Rights Reserved.