Skip to main content

IllegalOperatorException

class IllegalOperatorException

This exception is thrown if you use the operators on the wrong way, like vec2 + vec3.


public class IllegalOperatorException
extends RuntimeException

— Constructors (4) —

ConstructorDescription

IllegalOperatorException() | Creates a new IllegalOperatorException. IllegalOperatorException(String message) | Creates a new IllegalOperatorException with a message defined to be "message" argument. IllegalOperatorException(String message, [Throwable] cause) | Creates a new IllegalOperatorException with a message defined to be "message" argument and its cause to be "cause" argument. IllegalOperatorException([Throwable] cause) | Creates a new IllegalOperatorException with its cause defined to be "cause" argument.