public abstract class PMMLException extends RuntimeException
| Constructor and Description |
|---|
PMMLException(String message) |
PMMLException(String message,
org.dmg.pmml.PMMLObject context) |
| Modifier and Type | Method and Description |
|---|---|
PMMLException |
ensureContext(org.dmg.pmml.PMMLObject parentContext) |
static String |
format(Object object) |
static String |
formatKey(Object object) |
static String |
formatValue(Object object) |
org.dmg.pmml.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, org.dmg.pmml.PMMLObject context)
public PMMLException initCause(Throwable throwable)
public PMMLException ensureContext(org.dmg.pmml.PMMLObject parentContext)
public org.dmg.pmml.PMMLObject getContext()
Copyright © 2019. All rights reserved.