public class InvalidIndexDefinitionException extends RuntimeException
| Constructor and Description |
|---|
InvalidIndexDefinitionException(Problems problems)
Constructs a new instance of this class.
|
InvalidIndexDefinitionException(Problems problems,
String message)
Constructs a new instance of this class.
|
InvalidIndexDefinitionException(Problems problems,
String message,
Throwable cause)
Constructs a new instance of this class.
|
InvalidIndexDefinitionException(Problems problems,
Throwable cause)
Constructs a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
Problems |
getProblems()
Get the problems associated with the index definition(s).
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidIndexDefinitionException(Problems problems)
problems - the validation problems for the index definitions(s)public InvalidIndexDefinitionException(Problems problems, String message)
problems - the validation problems for the index definitions(s)message - the messagepublic InvalidIndexDefinitionException(Problems problems, Throwable cause)
problems - the validation problems for the index definitions(s)cause - the cause of this exceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.