Package io.higson.runtime.exception
Class AmbiguousProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.higson.runtime.exception.HigsonRuntimeException
io.higson.runtime.exception.AmbiguousProfileException
- All Implemented Interfaces:
Serializable
exception to use when given region and/or version is attached to more than one profile
- Author:
- Maciej Główka on 11.02.2019
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousProfileException(Collection<String> profiles, String regionCode, String msg) AmbiguousProfileException(Collection<String> profiles, String regionCode, String version, String msg) AmbiguousProfileException(Collection<String> profiles, String regionCode, String version, String msg, Throwable cause) -
Method Summary
Methods inherited from class io.higson.runtime.exception.HigsonRuntimeException
buildMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmbiguousProfileException
-
AmbiguousProfileException
public AmbiguousProfileException(Collection<String> profiles, String regionCode, String version, String msg) -
AmbiguousProfileException
-