<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">public class CauseException {
    public static void main(String[] args) {
        int x = 1 / 0;
        System.out.println(x);
    }
}
</pre></body></html>