Examples of InvalidDocumentException


Examples of org.pentaho.platform.plugin.action.mondrian.InvalidDocumentException

  }

  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();

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.