Package org.apache.lucene.util
Class SetOnce.AlreadySetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.lucene.util.SetOnce.AlreadySetException
- All Implemented Interfaces:
Serializable
Thrown when
SetOnce.set(Object)
is called more than once.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadySetException
public AlreadySetException()
-