Package nexj.core.scripting

Examples of nexj.core.scripting.ReadOnlyException


    */
   protected void change()
   {
      if (m_holder != null && m_holder.hasMember(this))
      {
         throw new ReadOnlyException("err.scripting.readOnlyMember",
            new Object[]{getName(), m_holder.getName()});
      }
   }
View Full Code Here

TOP

Related Classes of nexj.core.scripting.ReadOnlyException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.