Package me.shedaniel.architectury.utils
Class PlatformExpectedError
java.lang.Object
java.lang.Throwable
java.lang.Error
me.shedaniel.architectury.utils.PlatformExpectedError
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionPlatformExpectedError(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
 
 -