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 Details

    • ELSandboxException

      public ELSandboxException(Class<?> type)
      Parameters:
      type - The type the expression reached
  • Method Details

    • getType

      public Class<?> getType()
      Returns:
      The type the expression reached