public static class RandomTrees.ReflectiveOperationException extends PredictiveModel.PredictiveModelException
Constructor and Description |
---|
ReflectiveOperationException(String message)
Constructs a
ReflectiveOperationException and issues the
specified message. |
ReflectiveOperationException(String key,
Object[] arguments)
Constructs a
ReflectiveOperationException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReflectiveOperationException(String message)
ReflectiveOperationException
and issues the
specified message.message
- a String
that contains a message to be
issued when the exception occurspublic ReflectiveOperationException(String key, Object[] arguments)
ReflectiveOperationException
with the
specified detail message. The error message string is in a resource
bundle, ErrorMessages.key
- a String
that contains the key of an error
message in the resource bundlearguments
- an Object
array containing arguments
used within the error message specified by the key
Copyright © 2020 Rogue Wave Software. All rights reserved.