public class CircularDependencyException extends RuntimeException
Class CircularDependencyException. Provides circulardependencyexception functionality for the Hytale server.
java.lang.Object > RuntimeException > CircularDependencyException
Field Summary
sb
final
StringBuilder
sb
Field sb.
otherStore
final
AssetStore
otherStore
Field otherStore.
Method Detail
CircularDependencyException
public
public
CircularDependencyException
(@Nonnull final Collection> values, @Nonnull final AssetStoreIterator iterator)
Method CircularDependencyException.
- Parameters:
@Nonnull final Collectionvalues> @Nonnull final AssetStoreIteratoriterator
makeMessage
static
String
makeMessage
(@Nonnull final Collection> values, @Nonnull final AssetStoreIterator iterator)
Method makeMessage.
- Parameters:
@Nonnull final Collectionvalues> @Nonnull final AssetStoreIteratoriterator
StringBuilder
public
new
StringBuilder
("Failed to process any stores there must be a circular dependency! " + String.valueOf(values)
Method StringBuilder.
- Parameters:
"Failed to process any stores there must be a circular dependency! " +String.valueOf(values
IllegalArgumentException
public
new
IllegalArgumentException
("Unable to find asset store: " + String.valueOf(aClass)
Method IllegalArgumentException.
- Parameters:
"Unable to find asset store: " +String.valueOf(aClass