Searched defs:TransformException (Results 1 - 1 of 1) 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...]

Completed in 54 milliseconds