Package org.apache.uima.cas
Class ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.uima.cas.ParsingException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ParsingException extends 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(String message)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParsingException
public ParsingException()
Deprecated.
-
ParsingException
public ParsingException(String message)
Deprecated.- Parameters:
message
- -
-
-