Package org.mvel2

Class PropertyAccessException

    • Constructor Detail

      • PropertyAccessException

        public PropertyAccessException​(java.lang.String message,
                                       char[] expr,
                                       int cursor,
                                       java.lang.Throwable e,
                                       ParserContext pCtx)
      • PropertyAccessException

        public PropertyAccessException​(java.lang.String message,
                                       char[] expr,
                                       int cursor,
                                       ParserContext pCtx)
    • Method Detail

      • setParserContext

        private void setParserContext​(ParserContext pCtx)