Package org.codehaus.mojo.license.header
Class InvalideFileHeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.mojo.license.header.InvalideFileHeaderException
- All Implemented Interfaces:
Serializable
Exception to be thrown when a file header could not be read or transformed
back to a
FileHeader
- Since:
- 1.0
- Author:
- tchemit dev@tchemit.fr
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.InvalideFileHeaderException
(String message) Constructor with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalideFileHeaderException
public InvalideFileHeaderException()Default constructor. -
InvalideFileHeaderException
Constructor with a message.- Parameters:
message
- message of the error
-