Lines Matching refs:exception
214 Exception exception = null; in testProperty() local
225 exception = e; in testProperty()
229 exception = e; in testProperty()
233 exception = e; in testProperty()
237 exception = e; in testProperty()
241 exception = e; in testProperty()
248 checkResult(propName, oldValue, newValue, resValue, exception); in testProperty()
284 Object newValue, Object resValue, Exception exception) in checkResult() argument
321 if (exception != null) in checkResult()
323 if (exception instanceof PropertyVetoException) in checkResult()
330 else if (exception instanceof IllegalArgumentException) in checkResult()
337 else if (exception instanceof UnknownPropertyException) in checkResult()
344 else if (exception instanceof RuntimeException) in checkResult()
353 throw exception; in checkResult()
392 if (exception == null) in checkResult()
454 throw exception; in checkResult()