Class UnsupportedPlatformException

java.lang.Object
java.lang.Throwable
java.lang.Exception
me.friwi.jcefmaven.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:
  • Constructor Details

    • UnsupportedPlatformException

      public UnsupportedPlatformException(String osName, String osArch)
  • Method Details

    • 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.