API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print. URIException View Source
Author(s)
Since
Version
Serial
Hierarchy
 URIException
Subinterfaces
Description
public interface URIException
  Interface URIException is a mixin interface which a subclass of PrintException can implement to report an error condition involving a URI address.
See also:   
Methods
Hide/Show inherited methods
public int getReason ()
  Return the reason for the event.
public URI getUnsupportedURI ()
  Return the URI.
Fields
Hide/Show inherited fields
publicfinalstatic int URIInaccessible = "1"
  Indicates that the printer cannot access the URI address.
publicfinalstatic int URIOtherProblem = "-1"
Indicates any kind of problem not specifically identified by the other reasons.
publicfinalstatic int URISchemeNotSupported = "2"
Indicates that the printer does not support the URI scheme ("http", "ftp", etc.) in the URI address.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar