Class UnsupportedTrunkSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
nl.sbdeveloper.vehiclesplus.api.exceptions.UnsupportedTrunkSizeException
All Implemented Interfaces:
Serializable

public class UnsupportedTrunkSizeException extends IllegalArgumentException
Exception thrown when the trunk size is unsupported by Minecraft.
See Also:
  • Constructor Details

    • UnsupportedTrunkSizeException

      public UnsupportedTrunkSizeException()
    • UnsupportedTrunkSizeException

      public UnsupportedTrunkSizeException(String message)
    • UnsupportedTrunkSizeException

      public UnsupportedTrunkSizeException(Throwable cause)
    • UnsupportedTrunkSizeException

      public UnsupportedTrunkSizeException(String message, Throwable cause)