}
public void testFilterPanelException4() {
startTest();
info( "Expected: Exception will be caught and thrown as a FilterPanel Exception" ); //$NON-NLS-1$
FilterPanelException fpe3 =
new FilterPanelException( "A test FilterPanel Exception has been thrown", new Throwable() ); //$NON-NLS-1$
System.out.println( "FilterPanelException :" + fpe3 ); //$NON-NLS-1$
assertTrue( true );
finishTest();
}