|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.util.EmptyStatement
public final class EmptyStatement
This class does nothing!
It is useful if you e.g. don't need to do anything with an exception; but checkstyle is complaining that you need to have at least 1 statement.
Method Summary | |
---|---|
static void |
ignore(Throwable t)
Does totally nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void ignore(Throwable t)
t
- the exception to ignore.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |