Package studio.mevera.imperat.exception
Class InvalidLocationFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
studio.mevera.imperat.exception.ImperatException
studio.mevera.imperat.exception.ParseException
studio.mevera.imperat.exception.InvalidLocationFormatException
- All Implemented Interfaces:
Serializable
public class InvalidLocationFormatException
extends studio.mevera.imperat.exception.ParseException
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class studio.mevera.imperat.exception.ParseException
input -
Constructor Summary
ConstructorsConstructorDescriptionInvalidLocationFormatException(String input, InvalidLocationFormatException.Reason reason, @Nullable String inputX, @Nullable String inputY, @Nullable String inputZ, studio.mevera.imperat.context.Context<?> ctx) InvalidLocationFormatException(String input, InvalidLocationFormatException.Reason reason, studio.mevera.imperat.context.Context<?> ctx) -
Method Summary
Methods inherited from class studio.mevera.imperat.exception.ParseException
getInputMethods inherited from class studio.mevera.imperat.exception.ImperatException
getCtxMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidLocationFormatException
public InvalidLocationFormatException(String input, InvalidLocationFormatException.Reason reason, @Nullable @Nullable String inputX, @Nullable @Nullable String inputY, @Nullable @Nullable String inputZ, studio.mevera.imperat.context.Context<?> ctx) -
InvalidLocationFormatException
public InvalidLocationFormatException(String input, InvalidLocationFormatException.Reason reason, studio.mevera.imperat.context.Context<?> ctx)
-
-
Method Details
-
getReason
-
getInputX
-
getInputY
-
getInputZ
-