quoggles.exceptions
Class LoadFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--quoggles.exceptions.LoadFailedException
All Implemented Interfaces:
java.io.Serializable

public class LoadFailedException
extends java.io.IOException

Thrown if loading of a file was not successful.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LoadFailedException(java.lang.String message)
           
LoadFailedException(java.lang.Throwable cause)
           
 
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

LoadFailedException

public LoadFailedException(java.lang.String message)
Parameters:
message -

LoadFailedException

public LoadFailedException(java.lang.Throwable cause)
Parameters:
cause -