Lines Matching refs:exception
215 Exception exception = null; in testProperty() local
226 exception = e; in testProperty()
230 exception = e; in testProperty()
234 exception = e; in testProperty()
238 exception = e; in testProperty()
242 exception = e; in testProperty()
249 checkResult(propName, oldValue, newValue, resValue, exception); in testProperty()
285 Object newValue, Object resValue, Exception exception) in checkResult() argument
322 if (exception != null) in checkResult()
324 if (exception instanceof PropertyVetoException) in checkResult()
331 else if (exception instanceof IllegalArgumentException) in checkResult()
338 else if (exception instanceof UnknownPropertyException) in checkResult()
345 else if (exception instanceof RuntimeException) in checkResult()
354 throw exception; in checkResult()
393 if (exception == null) in checkResult()
455 throw exception; in checkResult()