Class MalformedStructureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.gamercoder215.starcosmetics.api.cosmetics.structure.MalformedStructureException
All Implemented Interfaces:
Serializable

public class MalformedStructureException extends RuntimeException
Exception thrown when a Structure File is Malformed
See Also:
  • Constructor Details

    • MalformedStructureException

      public MalformedStructureException(String message)
      Constructs a new MalformedStructureException with the specified detail message.
      Parameters:
      message - The detail message.
    • MalformedStructureException

      public MalformedStructureException(String message, Throwable cause)
      Constructs a new MalformedStructureException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • MalformedStructureException

      public MalformedStructureException(Throwable cause)
      Constructs a new MalformedStructureException with the given cause.
      Parameters:
      cause - Cause of the Exception
    • MalformedStructureException

      public MalformedStructureException()
      Constructs a new MalformedStructureException.