Searched refs:TransformException (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DTransformException.java26 * $Id: TransformException.java,v 1.3 2005/05/10 16:03:48 mullan Exp $
37 * <p>A <code>TransformException</code> can contain a cause: another
38 * throwable that caused this <code>TransformException</code> to get thrown.
45 public class TransformException extends Exception { class in inherits:Exception
59 * Constructs a new <code>TransformException</code> with
62 public TransformException() { method in class:TransformException
67 * Constructs a new <code>TransformException</code> with the specified
72 public TransformException(String message) { method in class:TransformException
77 * Constructs a new <code>TransformException</code> with the
87 public TransformException(Strin method in class:TransformException
102 public TransformException(Throwable cause) { method in class:TransformException
[all...]
H A DTransform.java119 * @throws TransformException if an error occurs while executing the
123 throws TransformException;
142 * @throws TransformException if an error occurs while executing the
147 throws TransformException;
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMCanonicalXMLC14NMethod.java55 throws TransformException {
67 throw new TransformException
H A DApacheCanonicalizer.java40 import javax.xml.crypto.dsig.TransformException;
94 throws TransformException {
99 throws TransformException {
109 throw new TransformException
177 throw new TransformException(e);
182 throws TransformException {
191 throw new TransformException("transform must be marshalled");
204 throw new TransformException
236 throw new TransformException(ex);
251 throw new TransformException(e
[all...]
H A DApacheTransform.java94 throws TransformException {
102 throws TransformException {
113 throws TransformException {
116 throw new TransformException("transform must be marshalled");
129 throw new TransformException
137 throw new TransformException(
173 throw new TransformException(ex);
192 throw new TransformException(ex);
H A DDOMCanonicalXMLC14N11Method.java59 throws TransformException {
70 throw new TransformException
H A DDOMCanonicalizationMethod.java87 * @throws TransformException if an unexpected error occurs while
91 throws TransformException {
96 throws TransformException {
H A DDOMTransform.java134 throws TransformException {
152 throws TransformException {
188 throws MarshalException, TransformException {
H A DDOMExcC14NMethod.java133 throws TransformException {
145 throw new TransformException
H A DDOMSignedInfo.java230 } catch (TransformException te) {
H A DDOMReference.java449 } catch (TransformException te) {

Completed in 597 milliseconds