Package org.apache.solr.api
Class ApiBag.ExceptionWithErrObject
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.solr.common.SolrException
-
- org.apache.solr.api.ApiBag.ExceptionWithErrObject
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ApiBag
public static class ApiBag.ExceptionWithErrObject extends org.apache.solr.common.SolrException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Map<String,Object>>
getErrs()
String
getMessage()
-
Methods inherited from class org.apache.solr.common.SolrException
code, getMetadata, getMetadata, getRootCause, getRootThrowable, getThrowable, log, log, log, log, logDebugWithMdc, logInfoWithMdc, logWarnWithMdc, setMetadata, setMetadata, wrapLuceneTragicExceptionIfNecessary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-