com.github.sidhant92.boolparser.exception.HeterogeneousArrayException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bool-parser-java Show documentation
Show all versions of bool-parser-java Show documentation
Java parser for boolean expressions
The newest version!
package com.github.sidhant92.boolparser.exception;
public class HeterogeneousArrayException extends RuntimeException{
@Override
public String getMessage() {
return "Heterogeneous input of array not allowed";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy