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.
- Author:
- mzibra
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.rs.seagull.emulator.api.FieldException
FieldException.Type
-
Constructor Summary
-
Method Summary
Methods inherited from class com.rs.seagull.emulator.api.FieldException
getFieldName, getMessage, getType
Methods inherited from class com.rs.seagull.emulator.api.ApiException
toString
Methods 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
-