Class CircularDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hypixel.hytale.assetstore.iterator.CircularDependencyException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCircularDependencyException(Collection<AssetStore<?, ?, ?>> values, AssetStoreIterator iterator) -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringmakeMessage(Collection<AssetStore<?, ?, ?>> values, AssetStoreIterator iterator) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CircularDependencyException
public CircularDependencyException(@Nonnull Collection<AssetStore<?, ?, ?>> values, @Nonnull AssetStoreIterator iterator)
-
-
Method Details
-
makeMessage
@Nonnull protected static String makeMessage(@Nonnull Collection<AssetStore<?, ?, ?>> values, @Nonnull AssetStoreIterator iterator)
-