Class ProfileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.funfried.netbeans.plugins.external.formatter.exceptions.ProfileNotFoundException
- All Implemented Interfaces:
Serializable
RuntimeException
which is thrown when a given profile name could not be
found in a formatter configuration.- Author:
- bahlef
- See Also:
-
Constructor Summary
ConstructorDescriptionProfileNotFoundException
(String message) Creates a new instance ofProfileNotFoundException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProfileNotFoundException
Creates a new instance ofProfileNotFoundException
.- Parameters:
message
- the detail message
-