Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intellectualsites.arkitektonika.exceptions.ResourceUploadException
com.intellectualsites.arkitektonika.exceptions.InvalidFormatException
- All Implemented Interfaces:
Serializable
Thrown when an uploaded entity is not a valid NBT object
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFormatException(@NotNull String resource, int code, @NotNull String message) -
Method Summary
Methods inherited from class com.intellectualsites.arkitektonika.exceptions.ResourceUploadException
getResourceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFormatException
-