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

/openjdk7/jdk/src/share/classes/java/security/
H A DSignatureException.java34 public class SignatureException extends GeneralSecurityException { class in inherits:GeneralSecurityException
39 * Constructs a SignatureException with no detail message. A
43 public SignatureException() { method in class:SignatureException
48 * Constructs a SignatureException with the specified detail
54 public SignatureException(String msg) { method in class:SignatureException
59 * Creates a <code>SignatureException</code> with the specified
69 public SignatureException(String message, Throwable cause) { method in class:SignatureException
74 * Creates a <code>SignatureException</code> with the specified cause
84 public SignatureException(Throwable cause) { method in class:SignatureException
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DTypeSignature.java55 static class SignatureException extends Exception { class in class:TypeSignature
57 SignatureException(String reason) { method in class:TypeSignature.SignatureException
87 public String getTypeSignature(String javasignature) throws SignatureException {
95 throws SignatureException {
176 private String getParamJVMSignature(String paramsig) throws SignatureException {
207 private String getComponentType(String componentType) throws SignatureException {
226 throw new SignatureException(componentType);

Completed in 44 milliseconds