Package com.caucho.quercus

Examples of com.caucho.quercus.QuercusErrorException


        /*
        throw new QuercusLineExitException(getLocation() +
                                              getCodeName(mask) +
                                              msg);
        */
        throw new QuercusErrorException(locPrefix
                                        + getCodeName(mask)
                                        + msg);
      }
      else
        throw new QuercusErrorException(msg);
    }

    return NullValue.NULL;
  }
View Full Code Here

TOP

Related Classes of com.caucho.quercus.QuercusErrorException

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.