Class SupportVectorMachine.ReflectiveOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.datamining.PredictiveModel.PredictiveModelException
com.imsl.datamining.supportvectormachine.SupportVectorMachine.ReflectiveOperationException
All Implemented Interfaces:
Serializable
Enclosing class:
SupportVectorMachine

public static class SupportVectorMachine.ReflectiveOperationException extends PredictiveModel.PredictiveModelException
Class that wraps exceptions thrown by reflective operations in core reflection.
See Also:
  • Constructor Details

    • ReflectiveOperationException

      public ReflectiveOperationException(String message)
      Constructs a ReflectiveOperationException and issues the specified message.
      Parameters:
      message - a String that contains a message to be issued when the exception occurs
    • ReflectiveOperationException

      public ReflectiveOperationException(String key, Object[] arguments)
      Constructs a ReflectiveOperationException with the specified detail message. The error message string is in a resource bundle, ErrorMessages.
      Parameters:
      key - a String that contains the key of an error message in the resource bundle
      arguments - an Object array containing arguments used within the error message specified by the key