Searched defs:XPCOMException (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DXPCOMException.java46 public class XPCOMException extends RuntimeException { class in inherits:RuntimeException
56 * Constructs a new XPCOMException instance, with a default error
59 public XPCOMException() { method in class:XPCOMException
64 * Constructs a new XPCOMException instance with the given message, passing
69 public XPCOMException(String message) { method in class:XPCOMException
74 * Constructs a new XPCOMException instance with the given code, passing
79 public XPCOMException(long code) { method in class:XPCOMException
84 * Constructs a new XPCOMException instance with an error code and message.
89 public XPCOMException(long code, String message) { method in class:XPCOMException

Completed in 290 milliseconds