us.zuercher.gpx2map.image.netpbm
Class UnknownNetpbmFormatException

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
                  extended by us.zuercher.gpx2map.image.netpbm.UnknownNetpbmFormatException
All Implemented Interfaces:
Serializable

public class UnknownNetpbmFormatException
extends UnknownFormatException

UnknownNetpbmFormatException is thrown when the NetpbmImageFactory cannot determine the format of an image file.

Author:
Stephan Zuercher
See Also:
Serialized Form

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

UnknownNetpbmFormatException

public UnknownNetpbmFormatException(String message)
Constructs a new UnknownNetpbmFormatException.

Parameters:
message - the exception message