public class IndexCompilationException
extends java.lang.RuntimeException
Constructor and Description |
---|
IndexCompilationException() |
IndexCompilationException(java.lang.String message) |
IndexCompilationException(java.lang.String message,
java.lang.Throwable cause) |
IndexCompilationException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIndexDefinitionProperty() |
java.lang.String |
getProblematicText() |
void |
setIndexDefinitionProperty(java.lang.String indexDefinitionProperty) |
void |
setProblematicText(java.lang.String problematicText) |
public IndexCompilationException()
public IndexCompilationException(java.lang.String message, java.lang.Throwable cause)
public IndexCompilationException(java.lang.String message)
public IndexCompilationException(java.lang.Throwable cause)
public java.lang.String getIndexDefinitionProperty()
public void setIndexDefinitionProperty(java.lang.String indexDefinitionProperty)
public java.lang.String getProblematicText()
public void setProblematicText(java.lang.String problematicText)
Copyright © 2014. All Rights Reserved.