Skip to content
Snippets Groups Projects
Commit 9348296c authored by Dongyue Mou's avatar Dongyue Mou
Browse files

improved exception tracing

parent 380763d6
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ public final class TransformationUtils {
}
}
if(e != null) {
throw e;
throw new ChainTransformationFailedException(null, null, null, e);
}
throw new ChainTransformationFailedException(null, null, null, null) {
/** {@inheritDoc} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment