Class CollectionWithCollectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ua.mcchickenstudio.opencreative.coding.exceptions.CollectionWithCollectionException
All Implemented Interfaces:
Serializable

public final class CollectionWithCollectionException extends RuntimeException

CollectionWithCollectionException

This class represents an exception, that happens when code tries to save list in list, map in list, map in map.
See Also:
  • Constructor Details

    • CollectionWithCollectionException

      public CollectionWithCollectionException(Class<?> first, Class<?> second)