Class InvalideFileHeaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.mojo.license.header.InvalideFileHeaderException
All Implemented Interfaces:
Serializable

public class InvalideFileHeaderException extends IOException
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 Details

    • InvalideFileHeaderException

      public InvalideFileHeaderException()
      Default constructor.
    • InvalideFileHeaderException

      public InvalideFileHeaderException(String message)
      Constructor with a message.
      Parameters:
      message - message of the error