Class PlatformExpectedError

java.lang.Object
java.lang.Throwable
java.lang.Error
dev.architectury.utils.PlatformExpectedError
All Implemented Interfaces:
Serializable

public class PlatformExpectedError extends Error
See Also:
  • Constructor Details

    • PlatformExpectedError

      public PlatformExpectedError()
    • PlatformExpectedError

      public PlatformExpectedError(String message)
    • PlatformExpectedError

      public PlatformExpectedError(String message, Throwable cause)
    • PlatformExpectedError

      public PlatformExpectedError(Throwable cause)
    • PlatformExpectedError

      public PlatformExpectedError(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)