Class SearchCriteriaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.util.ChainedException
com.sas.services.ServiceException
com.sas.services.information.search.SearchCriteriaException
- All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSearchCriteriaException(String message) SearchCriteriaException(List<String> errors) -
Method Summary
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBufferMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_messages
protected List<String> _messages
-
-
Constructor Details
-
SearchCriteriaException
public SearchCriteriaException() -
SearchCriteriaException
public SearchCriteriaException(String message) -
SearchCriteriaException
public SearchCriteriaException(List<String> errors) - Parameters:
errors- A list of criteria error messages.
-
-
Method Details
-
getMessage
public String getMessage()- Overrides:
getMessagein classThrowable
-
getMessageList
public List<String> getMessageList()
-