public class com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException extends java.lang.IllegalArgumentException
{
private static final long serialVersionUID;
private final java.lang.String input;
private final com.sk89q.worldedit.util.formatting.text.Component errorMessage;
public void <init>(java.lang.String, com.sk89q.worldedit.util.formatting.text.Component)
{
java.lang.String v;
com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException v;
com.sk89q.worldedit.util.formatting.text.Component v;
v := @this: com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException;
v := @parameter: java.lang.String;
v := @parameter: com.sk89q.worldedit.util.formatting.text.Component;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>()>();
v.<com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException: java.lang.String input> = v;
v.<com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException: com.sk89q.worldedit.util.formatting.text.Component errorMessage> = v;
return;
}
public java.lang.String getInput()
{
java.lang.String v;
com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException v;
v := @this: com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException;
v = v.<com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException: java.lang.String input>;
return v;
}
public com.sk89q.worldedit.util.formatting.text.Component getErrorMessage()
{
com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException v;
com.sk89q.worldedit.util.formatting.text.Component v;
v := @this: com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException;
v = v.<com.thevoxelbox.voxelsniper.command.argument.VoxelCommandElementParseException: com.sk89q.worldedit.util.formatting.text.Component errorMessage>;
return v;
}
}