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

com.thaiopensource.xml.tok.TokenException Maven / Gradle / Ivy

There is a newer version: 20220510
Show newest version
package com.thaiopensource.xml.tok;

/**
 * The superclass of all checked exceptions thrown by methods in
 * Tokenizer.
 *
 * @see Tokenizer
 */
public class TokenException extends Exception {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy