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