Search Results
OK to copy?
Examples 1 through 10 of
949 (0.13 seconds)
Class:
com.technoetic.xplanner.soap.ObjectNotFoundException
©,
Rating:
0% of 0,
C1
Class: com.technoetic.xplanner.wiki.SimpleSchemeHandler ©, Rating: 0% of 0, C1
Class: org.springframework.aop.framework.adapter.UnknownAdviceTypeException ©, Rating: 0% of 0, C1
Class: org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException ©, Rating: 0% of 0, C1
Class: org.springframework.aop.framework.CountingThrowsAdvice ©, Rating: 0% of 0, C1
Class: org.springframework.aop.framework.CountingThrowsAdvice ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.domain.repository.RoleRepositoryImpl ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.TaskTypeData ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.timesheet.PersonTimesheetStoryData ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.timesheet.PersonTimesheetProjectData ©, Rating: 0% of 0, C1
07 public ObjectNotFoundException(String message, Throwable cause) { super(message, cause); }
08 public ObjectNotFoundException(Class aClass, int id, net.sf.hibernate.ObjectNotFoundException ex) {
09 this(aClass.getName() + " with id=" + id + " not found", ex);
10 }
11 }
Class: com.technoetic.xplanner.wiki.SimpleSchemeHandler ©, Rating: 0% of 0, C1
19
20 public String toString() {
21 return "["+getClass().getName()+" pattern="+pattern+"]";
22 }
23 }
Class: org.springframework.aop.framework.adapter.UnknownAdviceTypeException ©, Rating: 0% of 0, C1
25
26 public UnknownAdviceTypeException(Object advice) {
27 super("No adapter for Advice " + (advice != null ? "of class [" + advice.getClass().getName() + "]" : "[null]"));
28 }
29
Class: org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException ©, Rating: 0% of 0, C1
31
32 public NoSuchRequestHandlingMethodException(String name, Class controllerClass) {
33 super("No request handling method with name '" + name + "' in class '" + controllerClass.getName() + "'");
34 }
35
Class: org.springframework.aop.framework.CountingThrowsAdvice ©, Rating: 0% of 0, C1
33
34 public void afterThrowing(DataAccessException ex) throws Throwable {
35 count(DataAccessException.class.getName());
36 }
37
Class: org.springframework.aop.framework.CountingThrowsAdvice ©, Rating: 0% of 0, C1
29
30 public void afterThrowing(ServletException sex) throws Throwable {
31 count(ServletException.class.getName());
32 }
33
Class: com.technoetic.xplanner.domain.repository.RoleRepositoryImpl ©, Rating: 0% of 0, C1
19 List roles = null;
20 try {
21 roles = session.find("from role in class " +
22 Role.class.getName() + " where role.name = ?",
23 rolename, Hibernate.STRING);
Class: com.technoetic.xplanner.charts.TaskTypeData ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.timesheet.PersonTimesheetStoryData ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.timesheet.PersonTimesheetProjectData ©, Rating: 0% of 0, C1