Class UnsupportedOsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedOsException
    extends java.lang.Exception
    Class encapsulating an error/exit condition that occurred while detecting the Operating System the program is running in as it is an unsupported one (due to not being Windows, macOS or Unix-based).
    Author:
    Matteo Collica
    See Also:
    OsUtils, Serialized Form
    • 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

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

      • UnsupportedOsException

        public UnsupportedOsException()