1: package org.objectweb.salome_tmf.data; 2: 3: public class ScriptExecutionException extends Exception { 4: public ScriptExecutionException(Exception e) { 5: super(e); 6: } 7: }