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