public class SystemErrorConverter extends Object implements FromTermConverter<Compound,SystemError>
| Modifier and Type | Field and Description |
|---|---|
static String |
SYSTEM_ERROR_FUNCTOR_NAME |
| Constructor and Description |
|---|
SystemErrorConverter() |
| Modifier and Type | Method and Description |
|---|---|
SystemError |
fromTerm(Compound term,
Type type,
Jpc context) |
static boolean |
isSystemError(Term term) |
public static final String SYSTEM_ERROR_FUNCTOR_NAME
public static boolean isSystemError(Term term)
public SystemError fromTerm(Compound term, Type type, Jpc context)
fromTerm in interface FromTermConverter<Compound,SystemError>Copyright © 2014. All rights reserved.