us.zuercher.gpx2map.image
Class UnknownFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by us.zuercher.gpx2map.image.UnknownFormatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnknownNetpbmFormatException

public class UnknownFormatException
extends IOException

UnknownNetpbmException is thrown when any image factory cannot determine the format of an image file.

Author:
Stephan Zuercher
See Also:
Serialized Form

Constructor Summary
UnknownFormatException()
          Constructs a new UnknownFormatException.
UnknownFormatException(String message)
          Constructs a new UnknownFormatException.
 
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

UnknownFormatException

public UnknownFormatException()
Constructs a new UnknownFormatException.


UnknownFormatException

public UnknownFormatException(String message)
Constructs a new UnknownFormatException.

Parameters:
message - the exception message