public final class UnknownTermError extends PrologError
PrologConverter
don't have an equivalent
term for some passed object. This error can be raised specifically when we
try to convert from PrologTerm
to driver term and when we try to
convert from driver term to PrologTerm
. In both cases if the given
conversion term object don't have equivalent, this error is raised.Constructor and Description |
---|
UnknownTermError(Object unknow)
Create an unknown term runtime error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownTermError(Object unknow)
unknow
- the term that don't have equivalentCopyright © 2020–2024 Prolobjectlink Project. All rights reserved.