use of org.pentaho.platform.api.engine.PentahoSystemException in project pentaho-platform by pentaho.
the class PentahoSystemExceptionTest method testPentahoSystemException2.
public void testPentahoSystemException2() {
// info("Expected: Exception will be caught and thrown as a Hitachi Vantara System Exception"); //$NON-NLS-1$
// $NON-NLS-1$
PentahoSystemException pse1 = new PentahoSystemException("A test Pentaho System Exception has been thrown");
// $NON-NLS-1$
System.out.println("PentahoSystemException :" + pse1);
Assert.assertTrue(true);
}
Aggregations