public class ParameterOutOfBoundsException extends RuntimeException
Parameter
with an invalid index inside a Parameters
instance.Constructor and Description |
---|
ParameterOutOfBoundsException(String message,
Throwable cause)
Creates a new
ParameterOutOfBoundsException with the given exception as cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParameterOutOfBoundsException(String message, Throwable cause)
ParameterOutOfBoundsException
with the given exception as cause.message
- cause
- Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.