Package scriptingLanguage.errors

Examples of scriptingLanguage.errors.UndefinedResultException


    this.parameters = parameters;
  }
 
  @Override
  public Token eval(AbstractClass<?> caller, Token parameters, AbstractFrame frame) throws ArrayIndexOutOfBoundsException, IllegalArgumentException, InterpreterException {
    throw new UndefinedResultException("Cannot instantiate a method from its class data.");
  }
View Full Code Here

TOP

Related Classes of scriptingLanguage.errors.UndefinedResultException

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.