
com.threatconnect.sdk.parser.util.regex.MatchNotFoundException Maven / Gradle / Ivy
package com.threatconnect.sdk.parser.util.regex;
/**
* Represents an exception when a match could not be found
*
* @author Greg Marut
*/
public class MatchNotFoundException extends Exception
{
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy