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

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DParsingException.java36 public class ParsingException extends IOException { class in inherits:IOException
40 public ParsingException() { method in class:ParsingException
44 public ParsingException(String s) { method in class:ParsingException
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPolicyParser.java85 * @exception ParsingException if the policy configuration
93 throws ParsingException, IOException
145 throw new ParsingException(st.lineno(), "expected grant " +
156 throws ParsingException, IOException
171 ParsingException(st.lineno(), "expected permission entry");
184 throws ParsingException, IOException
208 throw new ParsingException(st.lineno(),
226 throw new ParsingException(st.lineno(), "Inconsistent policy");
238 throw new ParsingException(st.lineno(),
265 throw new ParsingException(s
686 static final class ParsingException extends GeneralSecurityException { class in class:CryptoPolicyParser
695 ParsingException(String msg) { method in class:CryptoPolicyParser.ParsingException
699 ParsingException(int line, String msg) { method in class:CryptoPolicyParser.ParsingException
703 ParsingException(int line, String expect, String actual) { method in class:CryptoPolicyParser.ParsingException
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyParser.java137 * @exception ParsingException if the policy configuration contains
145 throws ParsingException, IOException
290 private void parseKeyStoreEntry() throws ParsingException, IOException {
303 throw new ParsingException(st.lineno(),
325 throws ParsingException, IOException
370 throw new ParsingException
392 ParsingException(st.lineno(),
399 throw new ParsingException
419 ParsingException(st.lineno(),
440 throws ParsingException, IOExceptio
930 static class ParsingException extends GeneralSecurityException { class in class:PolicyParser
942 public ParsingException(String msg) { method in class:PolicyParser.ParsingException
946 public ParsingException(int line, String msg) { method in class:PolicyParser.ParsingException
950 public ParsingException(int line, String expect, String actual) { method in class:PolicyParser.ParsingException
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java150 * @exception ParsingException if the policy configuration contains
158 throws ParsingException, IOException
221 throw new ParsingException(ResourcesMgr.getString
345 private void parseKeyStoreEntry() throws ParsingException, IOException {
358 throw new ParsingException(st.lineno(),
371 throw new ParsingException(st.lineno(),
376 private void parseStorePassURL() throws ParsingException, IOException {
408 throws ParsingException, IOException
420 throw new ParsingException(
428 throw new ParsingException(
1177 public static class ParsingException extends GeneralSecurityException { class in class:PolicyParser
1191 public ParsingException(String msg) { method in class:PolicyParser.ParsingException
1196 public ParsingException(int line, String msg) { method in class:PolicyParser.ParsingException
1204 public ParsingException(int line, String expect, String actual) { method in class:PolicyParser.ParsingException
[all...]

Completed in 40 milliseconds