Class NoServicesConfiguredForBlock

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codingchili.core.context.CoreException
com.codingchili.core.configuration.exception.NoServicesConfiguredForBlock
All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class NoServicesConfiguredForBlock extends CoreException
Throw when an executing block has zero configured services.
See Also:
Serialized Form
  • Constructor Details

    • NoServicesConfiguredForBlock

      public NoServicesConfiguredForBlock(String block)
      Parameters:
      block - the name of the block that no services are configured for.