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

/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/remote/
H A DExceptionAnalyzer.java56 private final Exception exc; field in class:ExceptionAnalyzer
61 this.exc = e;
63 chain.add(exc);
68 Throwable t = exc.getCause();
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/work/
H A DWorkEvent.java91 private WorkException exc; field in class:WorkEvent
109 * @param exc The exception that occured during
113 public WorkEvent(Object source, int type, Work work, WorkException exc) { argument
117 this.exc = exc;
131 * @param exc The exception that occured during
137 public WorkEvent(Object source, int type, Work work, WorkException exc, argument
139 this(source, type, work, exc);
175 public WorkException getException() { return this.exc; }
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DExceptionsAttribute.java78 public ExceptionsAttribute(ConstUtf8 attrName, ConstClass exc) { argument
81 exceptionTable.addElement(exc);
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/
H A DJDOConcreteBean11Generator.java264 * @param exc a String[] of decleared exceptions for this method.
271 String[] exc, String parametersList,
294 String s = getException(exc, CMP11TemplateFormatter.DuplicateKeyException_,
355 String[] exc = null;
359 exc = getExceptionList(methodHelper, mname);
375 exc,// exceptions
270 getEJBCreateMethodBody(String createName, String[] exc, String parametersList, String parametersListWithSeparator) argument
H A DJDOConcreteBean20Generator.java514 * @param exc a String[] of decleared exceptions for this method.
521 String[] exc, String parametersList,
526 if (!containsException(exc, CMP20TemplateFormatter.CreateException_)) {
611 String[] exc = null;
615 exc = getExceptionList(methodHelper, mname);
630 exc,// exceptions
520 getEJBCreateMethodBody(String createName, String[] exc, String parametersList, String parametersListWithSeparator) argument
H A DJDOConcreteBeanGenerator.java617 String[] exc = CMPTemplateFormatter.getExceptionNames(m);
623 String body = getEJBCreateMethodBody(createName, exc,
640 * @param exc a String[] of decleared exceptions for this method.
647 String[] exc, String parametersList,
677 String[] exc = null;
681 exc = getExceptionList(methodHelper, mname);
689 exc = oneParam;
701 exc,// exceptions
1205 * @param exc the list of the Exceptions to check.
1209 boolean containsException(String[] exc, Strin argument
646 getEJBCreateMethodBody(String createName, String[] exc, String parametersList, String parametersListWithSeparator) argument
1230 getException(String[] exc, String checkExc) argument
1244 getException(String[] exc, String checkExc, String superExc) argument
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava.c77 static long WINAPI HandleException(LPEXCEPTION_POINTERS exc);
1532 long WINAPI HandleException(LPEXCEPTION_POINTERS exc) argument
1534 if (exc->ExceptionRecord->ExceptionCode != EXCEPTION_BREAKPOINT)

Completed in 428 milliseconds