Class SystemNotInitializedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codingchili.core.context.exception.SystemNotInitializedException
All Implemented Interfaces:
Serializable

public class SystemNotInitializedException extends RuntimeException
Throw when a subsystem was used before it was initialized.
See Also:
Serialized Form
  • Constructor Details

    • SystemNotInitializedException

      public SystemNotInitializedException(Class clazz)
      Parameters:
      clazz - the system that was not initialized.