Class FormattingFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.funfried.netbeans.plugins.external.formatter.exceptions.FormattingFailedException
All Implemented Interfaces:
Serializable

public class FormattingFailedException extends RuntimeException
RuntimeException which is thrown when an external formatter failed to format a given code.
Author:
bahlef
See Also:
  • Constructor Details

    • FormattingFailedException

      public FormattingFailedException(String message)
      Creates a new instance of FormattingFailedException.
      Parameters:
      message - the detail message
    • FormattingFailedException

      public FormattingFailedException(Throwable cause)
      Creates a new instance of FormattingFailedException.
      Parameters:
      cause - the original cause of the exception