Home
last modified time | relevance | path

Searched refs:CONSTRUCTOR_INVOCATION_PROBLEM (Results 1 – 4 of 4) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/ast/
H A DConstructorReference.java138 SpelMessage.CONSTRUCTOR_INVOCATION_PROBLEM, typename, FormatHelper in createNewInstance()
156 …row new SpelEvaluationException(getStartPosition(), ae, SpelMessage.CONSTRUCTOR_INVOCATION_PROBLEM, in createNewInstance()
187 SpelMessage.CONSTRUCTOR_INVOCATION_PROBLEM, typename, in findExecutorForConstructor()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/
H A DSpelMessage.java41CONSTRUCTOR_INVOCATION_PROBLEM(Kind.ERROR, 1003, "A problem occurred whilst attempting to construc… enumConstant
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/test/java/org/springframework/expression/spel/
H A DArrayConstructorTests.java82 evaluateAndCheckError("new String('a','c','d')", SpelMessage.CONSTRUCTOR_INVOCATION_PROBLEM); in testErrorCases()
H A DConstructorInvocationTests.java49 evaluateAndCheckError("new FooBar()",SpelMessage.CONSTRUCTOR_INVOCATION_PROBLEM); in testNonExistentType()