Package com.caucho.quercus

Examples of com.caucho.quercus.QuercusDieException


      getOut().print(msg);
    } catch (IOException e) {
      log.log(Level.WARNING, e.toString(), e);
    }

    throw new QuercusDieException(msg);
  }
View Full Code Here


  /**
   * Handles exit/die
   */
  public Value die()
  {
    throw new QuercusDieException();
  }
View Full Code Here

TOP

Related Classes of com.caucho.quercus.QuercusDieException

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.