|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kr.ac.kaist.swrc.jhannanum.exception.ResultTypeException
public class ResultTypeException
This exception occurs when the return type of HanNanum work flow is not matched correctly. A work flow has several phases, so it returns the result with the relevant type according to the last plug-in on the work flow. It means that the work flow may return different types of result.
Field Summary | |
---|---|
private static java.lang.String[] |
objName
The array of the phase names. |
private int |
phase
The analysis phase of the work flow. |
private static long |
serialVersionUID
serialVersionUID |
Constructor Summary | |
---|---|
ResultTypeException(int phase)
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 |
---|
private static final long serialVersionUID
private static final java.lang.String[] objName
private int phase
Constructor Detail |
---|
public ResultTypeException(int phase)
phase
- - analysis phase of the work flowMethod Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |