Package org.sonar.java.se.symbolicvalues
Class RelationalSymbolicValue.TransitiveRelationExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sonar.java.se.symbolicvalues.RelationalSymbolicValue.TransitiveRelationExceededException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RelationalSymbolicValue
public static class RelationalSymbolicValue.TransitiveRelationExceededException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransitiveRelationExceededException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransitiveRelationExceededException
public TransitiveRelationExceededException(String msg)
-
-