nl.itc.RIMapper
Class RIMapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.itc.RIMapper.RIMapperException
- All Implemented Interfaces:
- Serializable
public class RIMapperException
- extends Exception
simple extended interface to Exception.
©2004 International Institute for Geo-information Science and Earth
Observation (ITC)
Licensed under a Creative Commons
Attribution-NonCommercial-ShareAlike 2.5 License. see
http://creativecommons.org/licenses/by-nc-sa/2.5/
- Version:
- 1.0 [15 June 2004]
- Author:
- Barend Köbben - kobben@itc.nl
- See Also:
- Serialized Form
RIMapperException
public RIMapperException(String message)
getMessage
public String getMessage()
- Simple extended interface to getMessage.
Needed because of a bug (?) in Exception.getMessage() which
keeps returning the class:detailmessage instead of just
detailmessage...
- Overrides:
getMessage in class Throwable