Skip to content

Instantly share code, notes, and snippets.

@LoadLow
Created October 8, 2014 22:23
Show Gist options
  • Save LoadLow/03ffad3c7235c8e3c3c6 to your computer and use it in GitHub Desktop.
Save LoadLow/03ffad3c7235c8e3c3c6 to your computer and use it in GitHub Desktop.
ErrorsHandler.GetLittleStackTrace
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)
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