Class MessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sonarsource.scanner.lib.internal.MessageException
- All Implemented Interfaces:
Serializable
Functional error that should not log a stacktrace by default
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessageException(String message) MessageException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageException
-
MessageException
-