Class BadRegistryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BadRegistryException
    extends java.lang.Exception
    Eccezione personalizzata impiegata in tutti quei casi in cui ci sia stato un problema nell'inizializzazione di istanze di PlayerFactoryRegistry.
    Author:
    Francesco Pio Stelluti, Francesco Coppola
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BadRegistryException​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BadRegistryException

        public BadRegistryException​(java.lang.String message)