Package com.rs.seagull.emulator.api
Class FieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rs.seagull.emulator.api.ApiException
-
- com.rs.seagull.emulator.api.FieldException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FieldValidationException
,NoSuchFieldException
public class FieldException extends ApiException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FieldException.Type
-
Constructor Summary
Constructors Constructor Description FieldException(String fieldName, FieldException.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
String
getMessage()
FieldException.Type
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
-
FieldException
public FieldException(String fieldName, FieldException.Type type)
-
-
Method Detail
-
getType
public FieldException.Type getType()
-
getFieldName
public String getFieldName()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-