Class GroupAlreadyBoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class GroupAlreadyBoundException
    extends java.lang.RuntimeException
    Thrown if an attempt is made to re-bind a Group to a second capturing group or MetaPattern.
    Author:
    Jonathan Locke
    See Also:
    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

      • GroupAlreadyBoundException

        public GroupAlreadyBoundException()
        Constructor.