Class UnsupportedArchitectureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.rasmusantons.cubiomes.UnsupportedArchitectureException
All Implemented Interfaces:
Serializable

public class UnsupportedArchitectureException extends RuntimeException
Thrown if the code is executed on an unknown architecture (anything except than x64 and aarch64).
See Also:
  • Constructor Details

    • UnsupportedArchitectureException

      public UnsupportedArchitectureException(String message)