be.saltwater.jaqel.loaders
Class IllegalFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybe.saltwater.jaqel.loaders.IllegalFormatException
All Implemented Interfaces:
java.io.Serializable

public class IllegalFormatException
extends java.lang.Exception

Thrown when a loader in one of the be.saltwater.jaqel.*.loaders packages says the format of the file it is loading is unvalid.

Author:
Bruno Windels
See Also:
Serialized Form

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

IllegalFormatException

public IllegalFormatException(java.lang.String message)

IllegalFormatException

public IllegalFormatException(java.lang.String message,
                              java.lang.Throwable cause)

IllegalFormatException

public IllegalFormatException(java.lang.Throwable cause)