Class RegexException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RegexException
    extends BioException
    An exception thrown by classes of this package.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RegexException​(java.lang.String message)  
      RegexException​(java.lang.Throwable ex)  
      RegexException​(java.lang.Throwable ex, java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RegexException

        public RegexException​(java.lang.String message)
      • RegexException

        public RegexException​(java.lang.Throwable ex)
      • RegexException

        public RegexException​(java.lang.Throwable ex,
                              java.lang.String message)