public class IndexCompilationException extends RuntimeException
Constructor and Description |
---|
IndexCompilationException() |
IndexCompilationException(String message) |
IndexCompilationException(String message,
Throwable cause) |
IndexCompilationException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getIndexDefinitionProperty()
Indicates which property caused error (Maps, Reduce).
|
String |
getProblematicText()
Value of a problematic property.
|
void |
setIndexDefinitionProperty(String indexDefinitionProperty)
Indicates which property caused error (Maps, Reduce).
|
void |
setProblematicText(String problematicText)
Value of a problematic property.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexCompilationException()
public IndexCompilationException(String message)
public IndexCompilationException(Throwable cause)
public String getIndexDefinitionProperty()
public void setIndexDefinitionProperty(String indexDefinitionProperty)
indexDefinitionProperty
- public String getProblematicText()
public void setProblematicText(String problematicText)
problematicText
- Copyright © 2016. All Rights Reserved.