org.sonar.ide.api
Class SonarIdeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sonar.ide.api.SonarIdeException
- All Implemented Interfaces:
- Serializable
public class SonarIdeException
- extends RuntimeException
Runtime exception.
Good practice is to always specify detail message for exception,
so there is no constructors without parameter "message".
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SonarIdeException
public SonarIdeException(String message)
- Constructs a new runtime exception with the specified detail message.
- Parameters:
message - the detail message
SonarIdeException
public SonarIdeException(String message,
Throwable cause)
- Constructs a new runtime exception with the specified detail message and cause.
- Parameters:
message - the detail messagecause - the cause
Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.