Uses of Class
com.rs.seagull.emulator.api.FieldException
-
-
Uses of FieldException in com.rs.seagull.emulator.api
Subclasses of FieldException in com.rs.seagull.emulator.api Modifier and Type Class Description class
FieldValidationException
class
NoSuchFieldException
exception thrown when a field cannot be found.Methods in com.rs.seagull.emulator.api that throw FieldException Modifier and Type Method Description void
Field. setText(String value)
Set the text content of the field.
-