org.apache.uima.lucas.indexer
Class AnnotationTokenStreamBuildingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.uima.lucas.indexer.AnnotationTokenStreamBuildingException
All Implemented Interfaces:
Serializable

public class AnnotationTokenStreamBuildingException
extends Exception

See Also:
Serialized Form

Constructor Summary
AnnotationTokenStreamBuildingException(String message)
           
AnnotationTokenStreamBuildingException(String message, Throwable cause)
           
AnnotationTokenStreamBuildingException(Throwable cause)
           
 
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

AnnotationTokenStreamBuildingException

public AnnotationTokenStreamBuildingException(String message)

AnnotationTokenStreamBuildingException

public AnnotationTokenStreamBuildingException(String message,
                                              Throwable cause)

AnnotationTokenStreamBuildingException

public AnnotationTokenStreamBuildingException(Throwable cause)


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.