Package software.amazon.smithy.build
Class SourcesConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.smithy.build.SmithyBuildException
-
- software.amazon.smithy.build.SourcesConflictException
-
- All Implemented Interfaces:
java.io.Serializable
public class SourcesConflictException extends SmithyBuildException
Thrown when sources conflict in the source plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourcesConflictException(java.lang.String message)
-