kr.ac.kaist.swrc.jhannanum.exception
Class TagMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kr.ac.kaist.swrc.jhannanum.exception.TagMappingException
- All Implemented Interfaces:
- java.io.Serializable
public class TagMappingException
- extends java.lang.Exception
This exception occurs when it is failed to map a morpheme tag with another one.
- Author:
- Sangwon Park (hudoni@world.kaist.ac.kr), CILab, SWRC, KAIST
- See Also:
- Serialized Form
Field Summary |
private static long |
serialVersionUID
serialVersionUID |
private java.lang.String |
tag
The name of the morpheme tag which the exception occurs with. |
Method Summary |
java.lang.String |
getMessage()
Returns the exception message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- serialVersionUID
- See Also:
- Constant Field Values
tag
private java.lang.String tag
- The name of the morpheme tag which the exception occurs with.
TagMappingException
public TagMappingException(java.lang.String tag)
- Constructor.
- Parameters:
tag
- - the morpheme tag which the exception occurs with.
getMessage
public java.lang.String getMessage()
- Returns the exception message.
- Overrides:
getMessage
in class java.lang.Throwable