Created
March 9, 2013 04:45
-
-
Save daveray/5122565 to your computer and use it in GitHub Desktop.
Why does `lein repl` print `(.getCause e)` when an exception occurs rather than the actual exception? This had me scratching my head for a while today.
This file contains hidden or 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
clawk.main=> (java.net.URI/create ":") | |
URISyntaxException Expected scheme name at index 0: : java.net.URI$Parser.fail (URI.java:2810) | |
clawk.main=> *e | |
#<IllegalArgumentException java.lang.IllegalArgumentException> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment