org.apache.solr.uima.processor
Class FieldMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.solr.uima.processor.FieldMappingException
All Implemented Interfaces:
Serializable

public class FieldMappingException
extends Exception

Exception thrown when an error happening while mapping UIMA CAS model to Solt fields

See Also:
Serialized Form

Constructor Summary
FieldMappingException(Exception e)
           
 
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

FieldMappingException

public FieldMappingException(Exception e)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.