Package dev.architectury.utils
Class PlatformExpectedError
java.lang.Object
java.lang.Throwable
java.lang.Error
dev.architectury.utils.PlatformExpectedError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionPlatformExpectedError
(String message) PlatformExpectedError
(String message, Throwable cause) PlatformExpectedError
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) PlatformExpectedError
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlatformExpectedError
public PlatformExpectedError() -
PlatformExpectedError
-
PlatformExpectedError
-
PlatformExpectedError
-
PlatformExpectedError
-