Created
October 8, 2014 22:23
-
-
Save LoadLow/03ffad3c7235c8e3c3c6 to your computer and use it in GitHub Desktop.
ErrorsHandler.GetLittleStackTrace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.Exception: My exception ! | |
at eu.streamview.populator.Main.main(Main.java:32) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception : My exception ! | |
@Main.java::main(l.32) | |
@NativeMethodAccessorImpl.java::invoke0(l.-2) | |
@NativeMethodAccessorImpl.java::invoke(l.57) | |
@DelegatingMethodAccessorImpl.java::invoke(l.43) | |
@Method.java::invoke(l.606) | |
@AppMain.java::main(l.134) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment