org.sonar.api.utils.text
Class WriterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.api.utils.text.WriterException
All Implemented Interfaces:
Serializable

public class WriterException
extends RuntimeException

Since:
4.2
See Also:
Serialized Form

Constructor Summary
WriterException(String message)
           
WriterException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

WriterException

public WriterException(String message)

WriterException

public WriterException(String message,
                       Throwable cause)


Copyright © 2009–2015 SonarSource. All rights reserved.