Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException #137

Open
mckuhei opened this issue Mar 19, 2022 · 0 comments
Open

java.lang.NullPointerException #137

mckuhei opened this issue Mar 19, 2022 · 0 comments

Comments

@mckuhei
Copy link

mckuhei commented Mar 19, 2022

Exception in thread "main" java.lang.NullPointerException
        at java.io.FilterInputStream.read(FilterInputStream.java:133)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:161)
        at java.io.BufferedReader.readLine(BufferedReader.java:324)
        at java.io.BufferedReader.readLine(BufferedReader.java:389)
        at me.superblaubeere27.jobf.utils.Templates.getResourceFiles(Templates.java:41)
        at me.superblaubeere27.jobf.utils.Templates.loadTemplates(Templates.java:25)
        at me.superblaubeere27.jobf.JObf.main(JObf.java:269)
        Suppressed: java.lang.NullPointerException
                at java.io.FilterInputStream.close(FilterInputStream.java:181)
                at sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream.close(JarURLConnection.java:108)
                at sun.nio.cs.StreamDecoder.implClose(StreamDecoder.java:378)
                at sun.nio.cs.StreamDecoder.close(StreamDecoder.java:193)
                at java.io.InputStreamReader.close(InputStreamReader.java:199)
                at java.io.BufferedReader.close(BufferedReader.java:525)
                at me.superblaubeere27.jobf.utils.Templates.getResourceFiles(Templates.java:44)
                ... 2 more
        Suppressed: java.lang.NullPointerException
                at java.io.FilterInputStream.close(FilterInputStream.java:181)
                at sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream.close(JarURLConnection.java:108)
                at me.superblaubeere27.jobf.utils.Templates.getResourceFiles(Templates.java:44)
                ... 2 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant