question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Throw `InternalException` instead of `IllegalXXXException` in tycker

See original GitHub issue

So the AyaCompiler.catching can make the compiler exit gracefully.

Related #339

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lunalunaacommented, Apr 11, 2022

I have lots of free time so I’ll investigate this.

0reactions
ice1000commented, Mar 23, 2022

Sorry

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Throw IllegalArgumentException in Java - Rollbar
The IllegalArgumentException is thrown to indicate an illegal or unsuitable argument passed to a method. Learn how to solve it.
Read more >
How to solve an IllegalArgumentException in Java?
An IllegalArgumentException is thrown in order to indicate that a method has been passed an illegal argument. This exception extends the ...
Read more >
When should an IllegalArgumentException be thrown?
The API doc for IllegalArgumentException : Thrown to indicate that a method has been passed an illegal or inappropriate argument.
Read more >
Testing for Expected Exceptions in JUnit 5: Quite an ... - Medium
I like this way of checking that an exception was thrown and we use it write a test that requires the constructor to...
Read more >
IllegalArgumentException (Java Platform SE 7 )
public class IllegalArgumentException extends RuntimeException. Thrown to indicate that a method has been passed an illegal or inappropriate argument.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found