Class UnsupportedPMMLException

All Implemented Interfaces:
Serializable

public class UnsupportedPMMLException extends DRException
Thrown to indicate that a PMML element was encountered that is not currently supported by our predictor.
See Also:
  • Constructor Details

    • UnsupportedPMMLException

      public UnsupportedPMMLException()
      Constructs a UnsupportedPMMLException without specifying a message.
    • UnsupportedPMMLException

      public UnsupportedPMMLException(String message)
      Constructs a UnsupportedPMMLException with the specified message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
    • UnsupportedPMMLException

      public UnsupportedPMMLException(String message, Throwable cause)
      Constructs a UnsupportedPMMLException with the specified message and cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • UnsupportedPMMLException

      public UnsupportedPMMLException(Throwable cause)
      Constructs a UnsupportedPMMLException with the specified cause.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)