949596979899100
* } */ @Test(expected = org.apache.padaf.xmpbox.TransformException.class) public void testTransformerExceptionMessage() throws TransformException { throw new TransformException("TEST"); }
99100101102103104105
throw new TransformException("TEST"); } @Test(expected = org.apache.padaf.xmpbox.TransformException.class) public void testTransformerExceptionWithCause() throws TransformException { throw new TransformException("TEST", new Throwable()); }