Package dev.lukebemish.immaculate
Class FormattingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.lukebemish.immaculate.FormattingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormattingException(File file, String message) FormattingException(File file, String message, @Nullable String diff, @Nullable Throwable cause) FormattingException(File file, String message, String diff) FormattingException(File file, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormattingException
-
FormattingException
-
FormattingException
-
FormattingException
-
-
Method Details
-
format
-
getMessage
- Overrides:
getMessagein classThrowable
-