Class BugInstance.NoSuchBugPattern

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BugInstance

    public static class BugInstance.NoSuchBugPattern
    extends java.lang.IllegalArgumentException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchBugPattern​(java.lang.String type)  
    • 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
    • Field Detail

      • type

        public final java.lang.String type
    • Constructor Detail

      • NoSuchBugPattern

        public NoSuchBugPattern​(java.lang.String type)