Searched refs:POSTREGISTER (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostExceptionTest.java73 caze(new RuntimeException(),WHERE.POSTREGISTER),
74 caze(new RuntimeException(),WHERE.POSTREGISTER, WHERE.PREDEREGISTER),
75 caze(new RuntimeException(),WHERE.POSTREGISTER, WHERE.POSTDEREGISTER),
77 caze(new Exception(),WHERE.POSTREGISTER),
78 caze(new Exception(),WHERE.POSTREGISTER, WHERE.PREDEREGISTER),
79 caze(new Exception(),WHERE.POSTREGISTER, WHERE.POSTDEREGISTER),
81 caze(new Error(),WHERE.POSTREGISTER),
82 caze(new Error(),WHERE.POSTREGISTER, WHERE.PREDEREGISTER),
83 caze(new Error(),WHERE.POSTREGISTER, WHERE.POSTDEREGISTER),
175 || where.contains(WHERE.POSTREGISTER))
293 PREREGISTER, POSTREGISTER, PREDEREGISTER, POSTDEREGISTER; enum constant in enum:PostExceptionTest.WHERE
[all...]

Completed in 44 milliseconds