org.codehaus.mojo.license.header
Class InvalideFileHeaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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
See Also:
Serialized Form

Constructor Summary
InvalideFileHeaderException()
           
InvalideFileHeaderException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalideFileHeaderException

public InvalideFileHeaderException()

InvalideFileHeaderException

public InvalideFileHeaderException(String message)


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.