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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java139 private int handleStartupErrors = ERR_HALT; field in class:Config
269 return handleStartupErrors;
403 } else if (word.equals("handleStartupErrors")) {
978 handleStartupErrors = ERR_IGNORE_ALL;
980 handleStartupErrors = ERR_IGNORE_LIB;
982 handleStartupErrors = ERR_HALT;
984 throw excToken("Invalid value for handleStartupErrors:");
986 debug("handleStartupErrors: " + handleStartupErrors);

Completed in 40 milliseconds