Package com.rs.seagull.emulator.api
Class NoSuchFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rs.seagull.emulator.api.ApiException
com.rs.seagull.emulator.api.FieldException
com.rs.seagull.emulator.api.NoSuchFieldException
- All Implemented Interfaces:
Serializable
exception thrown when a field cannot be found.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.rs.seagull.emulator.api.FieldException
FieldException.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.rs.seagull.emulator.api.FieldException
getFieldName, getMessage, getTypeMethods inherited from class com.rs.seagull.emulator.api.ApiException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoSuchFieldException
Create a newNoSuchFieldException.- Parameters:
fieldName- the name of the field
-