All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atomscat.freeswitch.xml.exception.ParserException Maven / Gradle / Ivy

The newest version!
package com.atomscat.freeswitch.xml.exception;

/**
 * 

ParserException class.

* * @author : zhouhailin * @version $Id: $Id */ public class ParserException extends Exception { /** *

Constructor for ParserException.

* * @param message a {@link String} object. */ public ParserException(String message) { super(message); } /** *

Constructor for ParserException.

* * @param message a {@link String} object. * @param cause a {@link Throwable} object. */ public ParserException(String message, Throwable cause) { super(message, cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy