nl.itc.RIMapper
Class RIMapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.itc.RIMapper.RIMapperException
All Implemented Interfaces:
java.io.Serializable

public class RIMapperException
extends java.lang.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

Field Summary
private  java.lang.String myMessage
           
private static long serialVersionUID
           
 
Constructor Summary
RIMapperException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
          Simple extended interface to getMessage.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

myMessage

private final java.lang.String myMessage
Constructor Detail

RIMapperException

public RIMapperException(java.lang.String message)
Method Detail

getMessage

public java.lang.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 java.lang.Throwable