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
public class NoSuchFieldException extends FieldException
exception thrown when a field cannot be found.- Author:
- mzibra
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.rs.seagull.emulator.api.FieldException
FieldException.Type
-
-
Constructor Summary
Constructors Constructor Description NoSuchFieldException(String fieldName)
-
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 Detail
-
NoSuchFieldException
public NoSuchFieldException(String fieldName)
-
-