Package it.uniroma1.lcl.babelnet
Class InvalidSynsetIDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.uniroma1.lcl.babelnet.InvalidSynsetIDException
-
- All Implemented Interfaces:
Serializable
public class InvalidSynsetIDException extends RuntimeException
Exception for an invalid synset ID.- Author:
- navigli
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSynsetIDException(SynsetID id)
Builds the exception with the invalid synset ID
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-