Class UnSupportedSystemError

java.lang.Object
java.lang.Throwable
java.lang.Error
electrostatic4j.snaploader.throwable.UnSupportedSystemError
All Implemented Interfaces:
Serializable

public class UnSupportedSystemError extends Error
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 Details

    • UnSupportedSystemError

      public UnSupportedSystemError(String os, String arch)
      Thrown if the system detects an unsupported system binaries of the current OS.
      Parameters:
      os - the current operating system (os) name
      arch - the current operating system (os) processor architecture