kr.ac.kaist.swrc.jhannanum.exception
Class TagMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Constructor Summary
TagMappingException(java.lang.String tag)
          Constructor.
 
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
 

Field Detail

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.

Constructor Detail

TagMappingException

public TagMappingException(java.lang.String tag)
Constructor.

Parameters:
tag - - the morpheme tag which the exception occurs with.
Method Detail

getMessage

public java.lang.String getMessage()
Returns the exception message.

Overrides:
getMessage in class java.lang.Throwable