Class FilingError
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.suffolk.litlab.efspserver.services.FilingError
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
static FilingError
malformedInterview
(String description) static FilingError
missingRequired
(InterviewVariable missingVariable) static FilingError
serverError
(String description) Factory function to make an Server Error, with a human-readable description.toJson()
toString()
static FilingError
wrongValue
(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()
-