Home
last modified time | relevance | path

Searched refs:ExpandException (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DPropertyExpander.java38 throws sun.security.util.PropertyExpander.ExpandException { in expand()
43 throws sun.security.util.PropertyExpander.ExpandException { in expand()
48 public static class ExpandException extends java.security.GeneralSecurityException { class in PropertyExpander
50 public ExpandException(java.lang.String msg) { in ExpandException() method in PropertyExpander.ExpandException
/libcore/ojluni/src/main/java/sun/security/util/
DPropertyExpander.java44 public static class ExpandException extends GeneralSecurityException { class in PropertyExpander
48 public ExpandException(String msg) { in ExpandException() method in PropertyExpander.ExpandException
54 throws ExpandException in expand()
60 throws ExpandException in expand()
124 throw new ExpandException( in expand()