Searched refs:EncodingAlgorithmException (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/
H A DEncodingAlgorithmException.java30 public class EncodingAlgorithmException extends FastInfosetException { class in inherits:FastInfosetException
32 public EncodingAlgorithmException(String message) { method in class:EncodingAlgorithmException
36 public EncodingAlgorithmException(String message, Exception e) { method in class:EncodingAlgorithmException
40 public EncodingAlgorithmException(Exception e) { method in class:EncodingAlgorithmException
H A DEncodingAlgorithm.java36 public Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException;
38 public Object decodeFromInputStream(InputStream s) throws EncodingAlgorithmException, IOException;
41 public void encodeToOutputStream(Object data, OutputStream s) throws EncodingAlgorithmException, IOException;
44 public Object convertFromCharacters(char[] ch, int start, int length) throws EncodingAlgorithmException;
46 public void convertToCharacters(Object data, StringBuffer s) throws EncodingAlgorithmException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DHexadecimalEncodingAlgorithm.java33 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
67 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException {
128 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
H A DBuiltInEncodingAlgorithm.java34 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
39 public abstract int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException;
H A DUUIDEncodingAlgorithm.java33 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
38 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
40 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().
H A DShortEncodingAlgorithm.java37 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
49 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
51 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().
62 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException {
H A DBooleanEncodingAlgorithm.java39 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
64 public int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
78 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException {
194 public int getPrimtiveLengthFromOctetLength(int octetLength, int firstOctet) throws EncodingAlgorithmException {
198 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.unusedBits4"));
203 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.unusedBits8"));
H A DBASE64EncodingAlgorithm.java33 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
116 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException {
188 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
H A DDoubleEncodingAlgorithm.java37 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
44 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
46 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().
57 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException {
H A DFloatEncodingAlgorithm.java37 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
44 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
46 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().
57 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException {
H A DIntEncodingAlgorithm.java37 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
44 public final int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
46 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().
57 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException {
H A DLongEncodingAlgorithm.java37 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
43 public int getPrimtiveLengthFromOctetLength(int octetLength) throws EncodingAlgorithmException {
45 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().
56 public final Object decodeFromBytes(byte[] b, int start, int length) throws EncodingAlgorithmException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java36 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
273 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.CDATAAlgorithmNotSupported"));
276 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.URINotPresent") + identifier);
281 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.algorithmNotRegistered") + URI);
287 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.identifiers10to31Reserved"));
H A DSAXDocumentParser.java46 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
1575 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().
1595 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.addToTableNotSupported"));
1599 throw new EncodingAlgorithmException(
1605 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.identifiers10to31Reserved"));
1748 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().
1763 throw new EncodingAlgorithmException(
1766 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.CDATAAlgorithmNotSupported"));
1771 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.identifiers10to31Reserved"));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java36 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
579 throw new EncodingAlgorithmException(
583 throw new EncodingAlgorithmException(
589 throw new EncodingAlgorithmException(
596 throw new EncodingAlgorithmException(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DEncoder.java42 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
1383 * @throws EncodingAlgorithmException if the encoding algorithm URI is not
1391 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.EncodingAlgorithmURI", new Object[]{URI}));
1403 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.nullEncodingAlgorithmURI"));
1435 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.UnsupportedBuiltInAlgorithm", new Object[]{Integer.valueOf(id)}));
1443 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.nullEncodingAlgorithmURI"));
1446 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.identifiers10to31Reserved"));
1586 * @throws EncodingAlgorithmException if the encoding algorithm URI is not
1594 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.EncodingAlgorithmURI", new Object[]{URI}));
1606 throw new EncodingAlgorithmException(CommonResourceBundl
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java49 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
1614 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.URINotPresent", new Object[]{Integer.valueOf(_identifier)}));
1620 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.identifiers10to31Reserved"));
1635 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.URINotPresent", new Object[]{Integer.valueOf(_identifier)}));
1641 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.CDATAAlgorithmNotSupported"));
1647 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.identifiers10to31Reserved"));
1692 throw new EncodingAlgorithmException(
1712 protected void convertBase64AlorithmDataToCharacters(StringBuffer buffer) throws EncodingAlgorithmException, IOException {
1757 private void base64DecodeWithCloning(StringBuffer dstBuffer, byte[] data, int offset, int length) throws EncodingAlgorithmException {
1767 private void base64DecodeWithoutCloning(StringBuffer dstBuffer, byte[] data, int offset, int length) throws EncodingAlgorithmException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java40 import com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException;
1043 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.CDATAAlgorithmNotSupported"));
1051 throw new EncodingAlgorithmException(

Completed in 78 milliseconds