All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.bloepiloepi.spear.exceptions.FirstCharacterOfIdentifierException Maven / Gradle / Ivy

The newest version!
package io.github.bloepiloepi.spear.exceptions;

/**
 * Thrown when the first character of an identifier is a number.
 */
public class FirstCharacterOfIdentifierException extends RuntimeException {
	
	public FirstCharacterOfIdentifierException() {
		super("Spear identifiers can not have a number, a plus, a minus, a whitespace or a string sign as the first character in an identifier!");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy