Home
last modified time | relevance | path

Searched refs:MethodInvocationException (Results 1 – 25 of 50) sorted by relevance

12

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DNode.java24 import org.apache.velocity.exception.MethodInvocationException;
140 throws MethodInvocationException; in evaluate()
148 throws MethodInvocationException; in value()
161 … throws IOException,MethodInvocationException, ParseErrorException, ResourceNotFoundException; in render()
170 throws MethodInvocationException; in execute()
DASTOrNode.java23 import org.apache.velocity.exception.MethodInvocationException;
78 throws MethodInvocationException in value()
97 throws MethodInvocationException in evaluate()
DASTAndNode.java23 import org.apache.velocity.exception.MethodInvocationException;
78 throws MethodInvocationException in value()
96 throws MethodInvocationException in evaluate()
DASTExpression.java23 import org.apache.velocity.exception.MethodInvocationException;
63 throws MethodInvocationException in evaluate()
73 throws MethodInvocationException in value()
DASTNotNode.java23 import org.apache.velocity.exception.MethodInvocationException;
64 throws MethodInvocationException in evaluate()
74 throws MethodInvocationException in value()
DASTElseIfStatement.java23 import org.apache.velocity.exception.MethodInvocationException;
95 throws MethodInvocationException in evaluate()
105 throws IOException,MethodInvocationException, in render()
DASTIdentifier.java24 import org.apache.velocity.exception.MethodInvocationException;
131 throws MethodInvocationException in execute()
200 throw new MethodInvocationException("Object '" + o.getClass().getName() + in execute()
241 throw new MethodInvocationException( in execute()
255 throw new MethodInvocationException( in execute()
DASTReference.java24 import org.apache.velocity.exception.MethodInvocationException;
287 throws MethodInvocationException in execute()
443 catch(MethodInvocationException mie) in execute()
467 MethodInvocationException in render()
674 throws MethodInvocationException in evaluate()
702 throws MethodInvocationException in value()
731 throws MethodInvocationException in setValue()
778 throw new MethodInvocationException("Attempted to access '" in setValue()
846 throw new MethodInvocationException( in setValue()
875 … throw new MethodInvocationException("Object '" + result.getClass().getName() + in setValue()
[all …]
DASTNegateNode.java5 import org.apache.velocity.exception.MethodInvocationException;
52 throws MethodInvocationException in evaluate()
62 throws MethodInvocationException in value()
DASTNENode.java23 import org.apache.velocity.exception.MethodInvocationException;
45 public boolean evaluate(InternalContextAdapter context) throws MethodInvocationException in evaluate()
DASTComparisonNode.java23 import org.apache.velocity.exception.MethodInvocationException;
70 public boolean evaluate(InternalContextAdapter context) throws MethodInvocationException in evaluate()
173 public Object value(InternalContextAdapter context) throws MethodInvocationException in value()
DSimpleNode.java32 import org.apache.velocity.exception.MethodInvocationException;
414 throws MethodInvocationException in evaluate()
424 throws MethodInvocationException in value()
434 … throws IOException, MethodInvocationException, ParseErrorException, ResourceNotFoundException in render()
449 throws MethodInvocationException in execute()
DASTObjectArray.java23 import org.apache.velocity.exception.MethodInvocationException;
68 throws MethodInvocationException in value()
DASTMethod.java25 import org.apache.velocity.exception.MethodInvocationException;
144 throws MethodInvocationException in execute()
303 throw new MethodInvocationException( in handleInvocationException()
321 throw new MethodInvocationException( in handleInvocationException()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DMethodInvocationExceptionTestCase.java27 import org.apache.velocity.exception.MethodInvocationException;
103 catch( MethodInvocationException mie ) in testNormalMethodInvocationException()
140 catch( MethodInvocationException mie ) in testGetterMethodInvocationException()
172 catch( MethodInvocationException mie ) in testCapitalizedGetterMethodInvocationException()
203 catch( MethodInvocationException mie ) in testSetterMethodInvocationException()
241 catch( MethodInvocationException mie ) in testMacroInvocationException()
DWrappedExceptionTestCase.java27 import org.apache.velocity.exception.MethodInvocationException;
76 catch (MethodInvocationException E) in testMethodException()
DIntrospectionCacheDataTestCase.java25 import org.apache.velocity.exception.MethodInvocationException;
58 public void testCache() throws ParseErrorException, MethodInvocationException, in testCache()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/
DMethodInvocationException.java35 public class MethodInvocationException extends VelocityException implements ExtendedParseException class
61 …public MethodInvocationException(final String message, final Throwable e, final String methodName,… in MethodInvocationException() method in MethodInvocationException
83 …public MethodInvocationException(final String message, final Throwable e, final String[] stacktrac… in MethodInvocationException() method in MethodInvocationException
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/
DVelocity.java24 import org.apache.velocity.exception.MethodInvocationException;
180 throws ParseErrorException, MethodInvocationException, in evaluate()
207 throws ParseErrorException, MethodInvocationException, in evaluate()
256 throws ResourceNotFoundException, ParseErrorException, MethodInvocationException in mergeTemplate()
DVelocityEngine.java24 import org.apache.velocity.exception.MethodInvocationException;
210 throws ParseErrorException, MethodInvocationException, in evaluate()
236 throws ParseErrorException, MethodInvocationException, in evaluate()
282 throws ResourceNotFoundException, ParseErrorException, MethodInvocationException in mergeTemplate()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRenderable.java23 import org.apache.velocity.exception.MethodInvocationException;
42 … throws IOException, MethodInvocationException, ParseErrorException, ResourceNotFoundException; in render()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/
DEnumConstantConversionTestCase.java25 import org.apache.velocity.exception.MethodInvocationException;
75 catch(MethodInvocationException mie) {} in testStringToEnumConversion()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/misc/
DExceptionGeneratingDirective.java23 import org.apache.velocity.exception.MethodInvocationException;
56 MethodInvocationException in render()
/external/apache-velocity-engine/velocity-engine-examples/src/main/java/org/apache/velocity/example/
DExample2.java23 import org.apache.velocity.exception.MethodInvocationException;
98 catch( MethodInvocationException mee ) in main()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
DClassUtils.java23 import org.apache.velocity.exception.MethodInvocationException;
232 throw new MethodInvocationException("Object '" in getMethod()
243 catch (MethodInvocationException mie) in getMethod()

12