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