public abstract class PMMLException extends RuntimeException
| Constructor and Description |
|---|
PMMLException(String message) |
PMMLException(String message,
PMMLObject context) |
| Modifier and Type | Method and Description |
|---|---|
PMMLException |
ensureContext(PMMLObject parentContext) |
PMMLObject |
getContext() |
PMMLException |
initCause(Throwable throwable) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PMMLException(String message)
public PMMLException(String message, PMMLObject context)
public PMMLException initCause(Throwable throwable)
public PMMLException ensureContext(PMMLObject parentContext)
public PMMLObject getContext()
Copyright © 2022. All rights reserved.