Class UnSupportedSystemError
java.lang.Object
java.lang.Throwable
java.lang.Error
electrostatic4j.snaploader.throwable.UnSupportedSystemError
- All Implemented Interfaces:
Serializable
A business error of type
Error to indicate an unsupported system.
This error is thrown when all the user-defined platform predicates are not met!
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnSupportedSystemError(String os, String arch) Thrown if the system detects an unsupported system binaries of the current OS. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnSupportedSystemError
Thrown if the system detects an unsupported system binaries of the current OS.- Parameters:
os- the current operating system (os) namearch- the current operating system (os) processor architecture
-