UnexpectedPreReleaseNumber
version.errors.UnexpectedPreReleaseNumber
final case class UnexpectedPreReleaseNumber(classifier: PreReleaseClassifier, number: PreReleaseNumber) extends InvalidPreReleaseCombination
Occurs when a classifier that forbids a number (e.g., Snapshot) is used with one.
Attributes
- Source
- version_errors.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait VersionErrortrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- version_errors.scala
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
NoStackTrace -> Throwable
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
VersionError -> Throwable
- Inherited from:
- VersionError
- Source
- version_errors.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article