Searched defs:getCause (Results 1 - 25 of 54) sorted by relevance

123

/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathException.java92 public Throwable getCause() { method in class:XPathException
102 if (getCause() != null) {
103 getCause().printStackTrace(s);
124 if (getCause() != null) {
125 getCause().printStackTrace(s);
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DKeySelectorException.java114 public Throwable getCause() { method in class:KeySelectorException
H A DMarshalException.java121 public Throwable getCause() { method in class:MarshalException
H A DNoSuchMechanismException.java122 public Throwable getCause() { method in class:NoSuchMechanismException
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterIOException.java39 * and may be accessed via the {@link Throwable#getCause()} method,
67 * The {@link Throwable#getCause()} method is now the preferred means of
85 public Throwable getCause() { method in class:PrinterIOException
/openjdk7/jdk/src/share/classes/java/io/
H A DWriteAbortedException.java40 * <i>cause</i>, and may be accessed via the {@link Throwable#getCause()}
53 * The {@link Throwable#getCause()} method is now the preferred means of
90 public Throwable getCause() { method in class:WriteAbortedException
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassNotFoundException.java45 * Throwable#getCause()} method, as well as the aforementioned "legacy method."
104 * The {@link Throwable#getCause()} method is now the preferred means of
122 public Throwable getCause() { method in class:ClassNotFoundException
H A DExceptionInInitializerError.java38 * and may be accessed via the {@link Throwable#getCause()} method, as well
103 * The {@link Throwable#getCause()} method is now the preferred means of
123 public Throwable getCause() { method in class:ExceptionInInitializerError
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DInvocationTargetException.java36 * and may be accessed via the {@link Throwable#getCause()} method,
92 * The {@link Throwable#getCause()} method is now the preferred means of
108 public Throwable getCause() { method in class:InvocationTargetException
H A DUndeclaredThrowableException.java51 * Throwable#getCause()} method, as well as the aforementioned "legacy
99 * The {@link Throwable#getCause()} method is now the preferred means of
116 public Throwable getCause() { method in class:UndeclaredThrowableException
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DDirectoryIteratorException.java37 * IOException} using the {@link #getCause() getCause()} method.
68 public IOException getCause() { method in class:DirectoryIteratorException
69 return (IOException)super.getCause();
83 Throwable cause = super.getCause();
/openjdk7/jdk/src/share/classes/java/rmi/
H A DRemoteException.java39 * may be accessed via the {@link Throwable#getCause()} method, as well as
58 * The {@link Throwable#getCause()} method is now the preferred means of
119 public Throwable getCause() { method in class:RemoteException
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationException.java35 * accessed via the {@link Throwable#getCause()} method, as well as
51 * The {@link Throwable#getCause()} method is now the preferred means of
115 public Throwable getCause() { method in class:ActivationException
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DServerCloneException.java36 * accessed via the {@link Throwable#getCause()} method, as well as
53 * The {@link Throwable#getCause()} method is now the preferred means of
109 public Throwable getCause() { method in class:ServerCloneException
/openjdk7/jdk/src/share/classes/java/security/
H A DPrivilegedActionException.java43 * <i>cause</i>, and may be accessed via the {@link Throwable#getCause()}
75 * The {@link Throwable#getCause()} method is now the preferred means of
97 public Throwable getCause() { method in class:PrivilegedActionException
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanException.java86 public Throwable getCause() { method in class:MBeanException
H A DReflectionException.java84 public Throwable getCause() { method in class:ReflectionException
H A DRuntimeErrorException.java81 public Throwable getCause() { method in class:RuntimeErrorException
H A DRuntimeMBeanException.java84 public Throwable getCause() { method in class:RuntimeMBeanException
H A DRuntimeOperationsException.java83 public Throwable getCause() { method in class:RuntimeOperationsException
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXProviderException.java73 public Throwable getCause() { method in class:JMXProviderException
80 * @see #getCause()
H A DJMXServerErrorException.java62 public Throwable getCause() { method in class:JMXServerErrorException
68 * @see #getCause()
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DSAXException2.java49 public Throwable getCause() { method in class:SAXException2
H A DXMLStreamException2.java60 public Throwable getCause() { method in class:XMLStreamException2
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DBuildException.java63 public Throwable getCause() { method in class:BuildException

Completed in 84 milliseconds

123