Searched refs:InvalidFileUrlException (Results 1 – 2 of 2) sorted by relevance
78 throw InvalidFileUrlException(url) in definition()87 throw InvalidFileUrlException(fromUrl) in definition()90 throw InvalidFileUrlException(toUrl) in definition()110 throw InvalidFileUrlException(fromUrl) in definition()116 throw InvalidFileUrlException(url) in definition()125 throw InvalidFileUrlException(url) in definition()152 throw InvalidFileUrlException(localUrl) in definition()
41 final class InvalidFileUrlException: GenericException<URL> { class