Liking cljdoc? Tell your friends :D

javax.print.URIException

Interface URIException is a mixin interface which a subclass of PrintException can implement to report an error condition involving a URI address. The Print Service API does not define any print exception classes that implement interface URIException, that being left to the Print Service implementor's discretion.

Interface URIException is a mixin interface which a subclass of PrintException can implement to report an error condition
involving a URI address. The Print Service API does not define any print
exception classes that implement interface URIException, that being left to
the Print Service implementor's discretion.
raw docstring

get-reasonclj

(get-reason this)

Return the reason for the event.

returns: one of the predefined reasons enumerated in this interface. - int

Return the reason for the event.

returns: one of the predefined reasons enumerated in this interface. - `int`
raw docstring

get-unsupported-uriclj

(get-unsupported-uri this)

Return the URI.

returns: the URI that is the cause of this exception. - java.net.URI

Return the URI.

returns: the URI that is the cause of this exception. - `java.net.URI`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close