Searched refs:TransformationException (Results 1 - 13 of 13) 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...]
H A DTransformSpi.java66 * @throws TransformationException
72 TransformationException, ParserConfigurationException,
91 * @throws TransformationException
97 TransformationException, ParserConfigurationException,
105 throw new TransformationException("",e);
107 throw new TransformationException("",e);
121 * @throws TransformationException
127 TransformationException, ParserConfigurationException,
H A DTransforms.java123 * @throws TransformationException
129 InvalidTransformException, TransformationException,
142 throw new TransformationException("xml.WrongContent", exArgs);
152 * @throws TransformationException
155 throws TransformationException {
165 throw new TransformationException("empty", ex);
176 * @throws TransformationException
180 throws TransformationException {
190 throw new TransformationException("empty", ex);
201 * @throws TransformationException
[all...]
H A DTransform.java141 * @throws TransformationException
145 throws InvalidTransformException, TransformationException, XMLSecurityException {
153 throw new TransformationException("xml.WrongContent", exArgs);
279 * @throws TransformationException
283 InvalidCanonicalizerException, TransformationException {
298 * @throws TransformationException
303 InvalidCanonicalizerException, TransformationException {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformXPointer.java29 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
56 * @throws TransformationException
60 throws TransformationException {
64 throw new TransformationException(
H A DTransformXPath2Filter.java42 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
93 * @throws TransformationException
96 throws TransformationException {
117 throw new TransformationException("xml.WrongContent", exArgs);
156 throw new TransformationException("empty", ex);
158 throw new TransformationException("empty", ex);
160 throw new TransformationException("empty", ex);
162 throw new TransformationException("empty", ex);
164 throw new TransformationException("empty", ex);
166 throw new TransformationException("empt
[all...]
H A DTransformXSLT.java43 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
85 * @throws TransformationException
90 TransformationException {
96 TransformationException {
107 throw new TransformationException("xml.WrongContent", exArgs);
175 throw new TransformationException("generic.EmptyMessage", exArgs, ex);
179 throw new TransformationException("generic.EmptyMessage", exArgs, ex);
183 throw new TransformationException("generic.EmptyMessage", exArgs, ex);
H A DTransformBase64Decode.java38 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
96 * @throws TransformationException
101 TransformationException {
108 TransformationException {
164 throw new TransformationException("c14n.Canonicalizer.Exception",e);
166 throw new TransformationException("SAX exception", e);
169 throw new TransformationException("Base64Decoding", e);
H A DTransformEnvelopedSignature.java27 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
59 throws TransformationException {
91 * @throws TransformationException
93 private static Node searchSignatureElement(Node signatureElement) throws TransformationException {
113 throw new TransformationException(
H A DTransformXPath.java30 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
72 * @throws TransformationException
75 throws TransformationException {
101 throw new TransformationException("xml.WrongContent", exArgs);
116 throw new TransformationException("empty", ex);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipherInput.java31 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
153 } catch (TransformationException ex) {
H A DXMLCipher.java59 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
3779 * @throws TransformationException
3785 TransformationException {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java39 import com.sun.org.apache.xml.internal.security.transforms.TransformationException;
477 } catch (TransformationException ex) {
543 } catch (TransformationException ex) {
601 } catch (TransformationException ex) {
656 * @throws TransformationException
662 TransformationException, XMLSecurityException {

Completed in 118 milliseconds