Package com.rs.seagull.emulator.api
Class FieldValidationException
- 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.FieldValidationException
-
- All Implemented Interfaces:
Serializable
public class FieldValidationException extends FieldException
- 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 FieldValidationException(String fieldName, Enum<?> errorCode, String errorText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enum<?>
getErrorCode()
String
getErrorText()
String
getMessage()
-
Methods inherited from class com.rs.seagull.emulator.api.FieldException
getFieldName, 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
-
-
-
-
Method Detail
-
getErrorCode
public Enum<?> getErrorCode()
-
getErrorText
public String getErrorText()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classFieldException
-
-