Package me.friwi.jcefmaven
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedPlatformException(String osName, String osArch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOsArch()Fetches the system architecture.StringgetOsName()Fetches the operating system name.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-