Package net.shibboleth.shared.xml.impl
Class ThrowingEntityResolver
java.lang.Object
net.shibboleth.shared.xml.impl.ThrowingEntityResolver
- All Implemented Interfaces:
EntityResolver
An implementation of
EntityResolver that always throws an exception.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThrowingEntityResolver
public ThrowingEntityResolver()
-
-
Method Details
-
resolveEntity
@Nullable public InputSource resolveEntity(@Nullable String publicId, @Nullable String systemId) throws SAXException, IOException - Specified by:
resolveEntityin interfaceEntityResolver- Throws:
SAXExceptionIOException
-