package jetbrains.mps.debugger.java.run.sandbox; /*Generated by MPS */ import java.lang.reflect.UndeclaredThrowableException; import java.security.PrivilegedActionException; import javax.script.ScriptException; public class UncaughtException { public UncaughtException() { } public static void main(String[] args) { throw new UndeclaredThrowableException(new PrivilegedActionException(new ScriptException("Test exception for MPS-11085"))); } }