Package cookxml.core.interfaces

Examples of cookxml.core.interfaces.ExceptionHandler


   * @return  the current ExceptionHandler.
   * @since CookXml 2.0
   */
  public ExceptionHandler getExceptionHandler ()
  {
    ExceptionHandler handler = m_exceptionHandler;
    if (handler == null)
      return getDefaultExceptionHandler ();
    return handler;
  }
View Full Code Here

TOP

Related Classes of cookxml.core.interfaces.ExceptionHandler

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.