com.endeca.itl.cas.api
Class InvalidCrawlConfigException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.endeca.itl.cas.api.ItlException
              
com.endeca.itl.cas.api.InvalidCrawlConfigException
- All Implemented Interfaces: 
 - Serializable
 
@WebFault(name="invalidCrawlConfigFault")
public class InvalidCrawlConfigException
- extends ItlException
 
An exception thrown when a crawl's configuration contains invalid content.  
 The exception also contains a list of failure messages indicating the 
 problems that were identified with the configuration.  Such problems 
 may be due to missing parameters or incorrect parameter values.  Validation
 will try to identify as many problems as it can.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
InvalidCrawlConfigException
public InvalidCrawlConfigException(String message,
                                   List<CrawlValidationFailure> validationFailures)
InvalidCrawlConfigException
public InvalidCrawlConfigException(List<CrawlValidationFailure> validationFailures)
InvalidCrawlConfigException
public InvalidCrawlConfigException(String message,
                                   com.endeca.itl.cas.api.InvalidCrawlConfigFaultInfo faultInfo)
InvalidCrawlConfigException
public InvalidCrawlConfigException(String message,
                                   com.endeca.itl.cas.api.InvalidCrawlConfigFaultInfo faultInfo,
                                   Throwable cause)
getFaultInfo
public com.endeca.itl.cas.api.InvalidCrawlConfigFaultInfo getFaultInfo()
- Overrides:
 getFaultInfo in class ItlException
 
 
getCrawlValidationFailures
public List<CrawlValidationFailure> getCrawlValidationFailures()
 
Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.