Package nz.org.riskscape.engine.resource
Interface ResourceProblems
- All Superinterfaces:
ProblemFactory
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncontainerNotWritable(URI location) ensureLocalNotSupported(URI location) static ResourceProblemsget()insecureNotAllowed(URI location) readAccessDenied(URI location) unauthorized(URI location, Problem... children) When attempt to access location resulted in an unauthorized request.unsupportedScheme(String scheme)
-
Method Details
-
get
-
unsupportedScheme
-
containerNotWritable
-
notFound
-
forbidden
-
unauthorized
When attempt to access location resulted in an unauthorized request.
-
readAccessDenied
-
ensureLocalNotSupported
-
insecureNotAllowed
-