Package edu.umd.cs.findbugs.plan
Class OrderingConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.umd.cs.findbugs.classfile.CheckedAnalysisException
edu.umd.cs.findbugs.plan.OrderingConstraintException
- All Implemented Interfaces:
Serializable
An exception indicating that the detector ordering constraints specified by a
plugin are invalid.
- Author:
- David Hovemeyer
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OrderingConstraintException
Constructor.- Parameters:
msg
- the message describing the exception
-