Class InvalidRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.model.resolution.InvalidRepositoryException
- All Implemented Interfaces:
- Serializable
Deprecated.
Signals an error when adding a repository to the model resolver.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidRepositoryException(String message, Repository repository) Deprecated.Creates a new exception with specified detail message for the given repository.InvalidRepositoryException(String message, Repository repository, Throwable cause) Deprecated.Creates a new exception with specified detail message and cause for the given repository.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets the repository that causes this error (if any).Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidRepositoryExceptionDeprecated.Creates a new exception with specified detail message and cause for the given repository.- Parameters:
- message- The detail message, may be- null.
- repository- The repository that caused the error, may be- null.
- cause- The cause, may be- null.
 
- 
InvalidRepositoryExceptionDeprecated.Creates a new exception with specified detail message for the given repository.- Parameters:
- message- The detail message, may be- null.
- repository- The repository that caused the error, may be- null.
 
 
- 
- 
Method Details- 
getRepositoryDeprecated.Gets the repository that causes this error (if any).- Returns:
- The repository that causes this error or nullif not known.
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead