com.ibm.ram.common.data.exception
Class InvalidQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ram.common.data.exception.InvalidQueryException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidQueryException
- extends java.lang.Exception
Thrown when a query that you asked to resolve is invalid
- Since:
- 7.1
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidQueryException
public InvalidQueryException()
- Since:
- 7.1
InvalidQueryException
public InvalidQueryException(FacetSelectionSO invalidFacetSelection,
java.lang.String message)
getInvalidFacetSelection
public FacetSelectionSO getInvalidFacetSelection()
- Returns:
- Returns the invalidFacetSelection.
- Since:
- 7.1
setInvalidFacetSelection
public void setInvalidFacetSelection(FacetSelectionSO invalidFacetSelection)
- Parameters:
invalidFacetSelection - The invalidFacetSelection to set.- Since:
- 7.1
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
- Returns:
- Returns the message.
- Since:
- 7.1
setMessage
public void setMessage(java.lang.String message)
- Parameters:
message - The message to set.- Since:
- 7.1