Package org.apache.uima.uimacpp
Class InternalTafException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.uima.uimacpp.InternalTafException
-
- All Implemented Interfaces:
java.io.Serializable
class InternalTafException extends java.lang.Exception
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
errorCode
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InternalTafException(java.lang.String message, long error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
long
getTafErrorCode()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
errorCode
long errorCode
-
-