Class ConfigReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.funfried.netbeans.plugins.external.formatter.exceptions.ConfigReadException
- All Implemented Interfaces:
Serializable
An exception thrown when there is an error reading settings from the code
formatter profile of an Eclipse formatter config file.
- Author:
- Matt Blanchette, bahlef
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigReadException
(String message) Creates a new instance of theConfigReadException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigReadException
Creates a new instance of theConfigReadException
.- Parameters:
message
- the message
-