Class PatternSyntaxException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PatternSyntaxException
    extends java.lang.IllegalArgumentException
    Is thrown when Pattern constructor's argument doesn't conform the Perl5 regular expression syntax.
    See Also:
    Pattern, Serialized Form
    • 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

      • PatternSyntaxException

        public PatternSyntaxException​(java.lang.String s)