org.sonar.process
Class MessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.process.MessageException
All Implemented Interfaces:
Serializable

public class MessageException
extends RuntimeException

Unchecked exception that is displayed without stacktrace

See Also:
Serialized Form

Constructor Summary
MessageException(String message)
           
 
Method Summary
 Throwable fillInStackTrace()
          Does not fill in the stack trace
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageException

public MessageException(String message)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Does not fill in the stack trace

Overrides:
fillInStackTrace in class Throwable
See Also:
Throwable.fillInStackTrace()


Copyright © 2009–2015 SonarSource. All rights reserved.