Package me.friwi.jcefmaven
Class UnsupportedPlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.friwi.jcefmaven.UnsupportedPlatformException
- All Implemented Interfaces:
Serializable
Exception indicating that the current operating system and architecture
combination is not supported.
- Author:
- Fritz Windisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedPlatformException
-
-
Method Details
-
getOsName
Fetches the operating system name.- Returns:
- the operating system name
-
getOsArch
Fetches the system architecture.- Returns:
- the system architecture.
-