Class CannotLoadConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.funfried.netbeans.plugins.external.formatter.exceptions.CannotLoadConfigurationException
- All Implemented Interfaces:
Serializable
RuntimeException
which is thrown when a configuration file could not be
parsed or even loaded.- Author:
- bahlef
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotLoadConfigurationException
(String message) Creates a new instance ofCannotLoadConfigurationException
.Creates a new instance ofCannotLoadConfigurationException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotLoadConfigurationException
Creates a new instance ofCannotLoadConfigurationException
.- Parameters:
message
- the detail message
-
CannotLoadConfigurationException
Creates a new instance ofCannotLoadConfigurationException
.- Parameters:
cause
- the original cause of the exceptio
-