Class UnsupportedPlatformException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedPlatformException
    extends Exception
    Exception indicating that the current operating system and architecture combination is not supported.
    Author:
    Fritz Windisch
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedPlatformException

        public UnsupportedPlatformException​(String osName,
                                            String osArch)
    • Method Detail

      • getOsName

        public String getOsName()
        Fetches the operating system name.
        Returns:
        the operating system name
      • getOsArch

        public String getOsArch()
        Fetches the system architecture.
        Returns:
        the system architecture.