us.zuercher.gpx2map.image.netpbm
Class UnknownNetpbmFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
us.zuercher.gpx2map.image.UnknownFormatException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownNetpbmFormatException
public UnknownNetpbmFormatException(String message)
- Constructs a new UnknownNetpbmFormatException.
- Parameters:
message
- the exception message