org.apache.solr.schema
Class ManagedIndexSchema.FieldExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.solr.common.SolrException
                  extended by org.apache.solr.schema.ManagedIndexSchema.FieldExistsException
All Implemented Interfaces:
Serializable
Enclosing class:
ManagedIndexSchema

public class ManagedIndexSchema.FieldExistsException
extends SolrException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.solr.common.SolrException
SolrException.ErrorCode
 
Field Summary
 
Fields inherited from class org.apache.solr.common.SolrException
ignorePatterns
 
Constructor Summary
ManagedIndexSchema.FieldExistsException(SolrException.ErrorCode code, String msg)
           
 
Method Summary
 
Methods inherited from class org.apache.solr.common.SolrException
code, doIgnore, getRootCause, log, log, log, log, toStr, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagedIndexSchema.FieldExistsException

public ManagedIndexSchema.FieldExistsException(SolrException.ErrorCode code,
                                               String msg)


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