Class ReloadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.flectone.pulse.exception.ReloadException
All Implemented Interfaces:
Serializable

public class ReloadException extends Exception
Thrown when a reload fails. It is checked so callers have to decide what to show the user.
See Also:
  • Constructor Details

    • ReloadException

      public ReloadException(Throwable cause)
      Creates the exception around the failure that broke the reload.
      Parameters:
      cause - what went wrong