Uses of Class
com.funnelback.publicui.search.model.padre.Error
-
Packages that use Error Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE.com.funnelback.publicui.search.model.padre.factories -
-
Uses of Error in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre declared as Error Modifier and Type Field Description private ErrorResultPacket. errorError occurred during the search, if any.Methods in com.funnelback.publicui.search.model.padre that return Error Modifier and Type Method Description ErrorResultPacket. getError()Error occurred during the search, if any.Methods in com.funnelback.publicui.search.model.padre with parameters of type Error Modifier and Type Method Description voidResultPacket. setError(Error error)Error occurred during the search, if any. -
Uses of Error in com.funnelback.publicui.search.model.padre.factories
Methods in com.funnelback.publicui.search.model.padre.factories that return Error Modifier and Type Method Description static ErrorErrorFactory. fromMap(java.util.Map<java.lang.String,java.lang.String> data)static ErrorErrorFactory. fromXmlStreamReader(javax.xml.stream.XMLStreamReader xmlStreamReader)
-