DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

IllegalStateException #1616

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

When I try to use Guava libs in my application a get an error:

java.lang.IllegalStateException
    at com.google.common.base.Preconditions.checkState(Preconditions.java:134)

Tested on Guava 15.0 and 14.0.1

Original issue reported on code.google.com by rove...@gmail.com on 18 Dec 2013 at 2:24

GoogleCodeExporter commented 9 years ago
Is there a specific invocation that causes that exception?  Is there more to 
the stack trace?

Original comment by wasserman.louis on 18 Dec 2013 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 18 Dec 2013 at 4:52

GoogleCodeExporter commented 9 years ago
Preconditions.checkState is a method whose only purpose is to throw 
IllegalStateException if some condition is false. So it looks like it's doing 
its job here... something else is the actual cause though.

Original comment by cgdecker@google.com on 18 Dec 2013 at 4:54

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:10

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08