org.fuin.kickstart4j
Class LoadingFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fuin.kickstart4j.LoadingFileException
All Implemented Interfaces:
java.io.Serializable

public final class LoadingFileException
extends java.lang.Exception

Loading a file failed for some reason.

See Also:
Serialized Form

Constructor Summary
LoadingFileException(java.lang.String message)
          Constructor with message.
LoadingFileException(java.lang.String message, java.lang.Throwable cause)
          Constructor with message and cause.
 
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

LoadingFileException

public LoadingFileException(java.lang.String message)
Constructor with message.

Parameters:
message - Error message.

LoadingFileException

public LoadingFileException(java.lang.String message,
                            java.lang.Throwable cause)
Constructor with message and cause.

Parameters:
message - Message.
cause - Cause.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.