@groovy.transform.CompileStatic class UnsupportedArchitectureException extends GradleException
Thrown when an unsupported architecture is encountered.
| Constructor and description |
|---|
UnsupportedArchitectureException
(org.ysb33r.grolifant5.api.core.OperatingSystem$Arch arch)Pass an actual OperatingSystem.Arch. |
UnsupportedArchitectureException
(String name)Pass the representation of an architecture. |
| Methods inherited from class | Name |
|---|---|
class GradleException |
printStackTrace, printStackTrace, printStackTrace, getStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, setStackTrace, addSuppressed, equals, hashCode, getClass, notify, notifyAll, wait, wait, wait |
Pass an actual OperatingSystem.Arch.
arch - Unsupported architecturePass the representation of an architecture.
name - Name of architecture