Home
last modified time | relevance | path

Searched defs:oddException (Results 1 – 2 of 2) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/web/portlet/handler/
H A DSimpleMappingExceptionResolverTests.java201 Exception oddException = new SomeOddException(); in testTwoMappingsOneShortOneLongThrowOddException() local
212 Exception oddException = new SomeOddException(); in testTwoMappingsThrowOddExceptionUseLongExceptionMapping() local
223 Exception oddException = new AnotherOddException(); in testThreeMappings() local
235 Exception oddException = new SomeOddExceptionChild(); in testExceptionWithSubstringMatchingParent() local
247 Exception oddException = new NoSubstringMatchesThisException(); in testMostSpecificExceptionInHierarchyWins() local
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/handler/
H A DSimpleMappingExceptionResolverTests.java233 Exception oddException = new SomeOddException(); in twoMappingsOneShortOneLongThrowOddException() local
245 Exception oddException = new SomeOddException(); in twoMappingsThrowOddExceptionUseLongExceptionMapping() local
257 Exception oddException = new AnotherOddException(); in threeMappings() local