public class InvalidPMMLException extends DRException
| Constructor and Description |
|---|
InvalidPMMLException()
Default constructor
|
InvalidPMMLException(String message)
Constructs a
InvalidPMMLException with the specified message. |
InvalidPMMLException(String message,
Throwable cause)
Constructs a
InvalidPMMLException with the specified message and
cause. |
InvalidPMMLException(Throwable cause)
Constructs a
InvalidPMMLException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPMMLException()
public InvalidPMMLException(String message)
InvalidPMMLException with the specified message.message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).public InvalidPMMLException(String message, Throwable cause)
InvalidPMMLException with the specified message and
cause.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.)public InvalidPMMLException(Throwable cause)
InvalidPMMLException with the specified cause.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.)Copyright © 2020 Actian Corporation. All rights reserved.