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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransformationException.java32 public class TransformationException extends XMLSecurityException { class in inherits:XMLSecurityException
40 * Constructor TransformationException
43 public TransformationException() { method in class:TransformationException
48 * Constructor TransformationException
52 public TransformationException(String _msgID) { method in class:TransformationException
57 * Constructor TransformationException
62 public TransformationException(String _msgID, Object exArgs[]) { method in class:TransformationException
67 * Constructor TransformationException
72 public TransformationException(String _msgID, Exception _originalException) { method in class:TransformationException
77 * Constructor TransformationException
83 public TransformationException(String _msgID, Object exArgs[], method in class:TransformationException
[all...]

Completed in 35 milliseconds