Package edu.suffolk.litlab.efsp.utils
Class FilingError
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.suffolk.litlab.efsp.utils.FilingError
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static FilingErrormalformedInterview(String description) static FilingErrormissingRequired(InterviewVariable missingVariable) static FilingErrorserverError(String description) Factory function to make an Server Error, with a human-readable description.toJson()toString()static FilingErrorwrongValue(InterviewVariable rightVariableInfo) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
serverError
Factory function to make an Server Error, with a human-readable description. -
malformedInterview
-
missingRequired
-
wrongValue
-
equals
-
toString
-
toJson
-
getType
-
getDescription
-
getMissingVariable
-
hashCode
public int hashCode()
-