org.apache.uima.cas
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.uima.cas.ParsingException
All Implemented Interfaces:
Serializable

Deprecated. The Constraint Parser is not supported in externally released versions of UIMA

@Deprecated
public class ParsingException
extends Exception

An exception that occurs during constraint parsing.

See Also:
Serialized Form

Constructor Summary
ParsingException()
          Deprecated.  
ParsingException(String message)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException()
Deprecated. 

ParsingException

public ParsingException(String message)
Deprecated. 
Parameters:
message -


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.