Package com.google.cloud.tools.jib.api
Class InvalidImageReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.api.InvalidImageReferenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidImageReferenceException extends java.lang.Exception
Thrown when attempting to parse an invalid image reference.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidImageReferenceException(java.lang.String reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInvalidReference()
-