jdk/src/share/classes/javax/xml/crypto/dsig/TransformException.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    29 
    29 
    30 import java.io.PrintStream;
    30 import java.io.PrintStream;
    31 import java.io.PrintWriter;
    31 import java.io.PrintWriter;
    32 
    32 
    33 /**
    33 /**
    34  * Indicates an exceptional condition that occured while executing a
    34  * Indicates an exceptional condition that occurred while executing a
    35  * transform algorithm.
    35  * transform algorithm.
    36  *
    36  *
    37  * <p>A <code>TransformException</code> can contain a cause: another
    37  * <p>A <code>TransformException</code> can contain a cause: another
    38  * throwable that caused this <code>TransformException</code> to get thrown.
    38  * throwable that caused this <code>TransformException</code> to get thrown.
    39  *
    39  *