Package org.biojava.utils.regex
Class RegexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.biojava.bio.BioException
-
- org.biojava.utils.regex.RegexException
-
- All Implemented Interfaces:
Serializable
public class RegexException extends BioException
An exception thrown by classes of this package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegexException(String message)
RegexException(Throwable ex)
RegexException(Throwable ex, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RegexException
public RegexException(String message)
-
RegexException
public RegexException(Throwable ex)
-
RegexException
public RegexException(Throwable ex, String message)
-
-