public class InvalidSchemaLocationsException extends NestedRuntimeException
InvalidSchemaLocationsException
thrown when no schema file could be found in
the provided locations.Modifier and Type | Class and Description |
---|---|
static class |
InvalidSchemaLocationsException.SchemaLocation
The location where to look for schemas.
|
Constructor and Description |
---|
InvalidSchemaLocationsException(String[] locations,
ResourcePatternResolver resolver) |
InvalidSchemaLocationsException(String[] locations,
ResourcePatternResolver resolver,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
List<InvalidSchemaLocationsException.SchemaLocation> |
getSchemaLocations()
Return the list of provided locations where to look for schemas.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidSchemaLocationsException(String[] locations, ResourcePatternResolver resolver)
public InvalidSchemaLocationsException(String[] locations, ResourcePatternResolver resolver, Throwable cause)
public List<InvalidSchemaLocationsException.SchemaLocation> getSchemaLocations()