Package org.apache.uima.cas
Class ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.uima.cas.ParsingException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class ParsingException extends java.lang.Exception
Deprecated.The Constraint Parser is not supported in externally released versions of UIMAAn exception that occurs during constraint parsing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingException()
Deprecated.ParsingException(java.lang.String message)
Deprecated.
-