IllegalOperatorException
Complete API reference for IllegalOperatorException, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class IllegalOperatorException extends RuntimeException
Constructors
| Signature | Description |
|---|---|
IllegalOperatorException() | Creates a new instance of IllegalOperatorException. |
IllegalOperatorException(String) | Creates an exception with a specified message. |
IllegalOperatorException(String, Throwable) | Creates an exception with a specified message and cause. |
IllegalOperatorException(Throwable) | Creates an exception with a specified cause. |