Class ELSandboxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.el.ELException
io.micronaut.el.ELSandboxException
- All Implemented Interfaces:
Serializable
public final class ELSandboxException
extends jakarta.el.ELException
Raised when reflection would work on, or hand an expression parsed at runtime, a type its
ELSandbox
denies.- Since:
- 1.1
- Author:
- Denis Stepanov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ELSandboxException
- Parameters:
type- The type the expression reached
-
-
Method Details
-
getType
- Returns:
- The type the expression reached
-