uk.me.jstott.jcoord
Class NotDefinedOnUTMGridException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.me.jstott.jcoord.NotDefinedOnUTMGridException
All Implemented Interfaces:
java.io.Serializable

public class NotDefinedOnUTMGridException
extends java.lang.RuntimeException

This exception is thrown when

(c) 2006 Jonathan Stott

Created on 12-Mar-2006

Since:
1.1
Version:
1.1
Author:
Jonathan Stott
See Also:
Serialized Form

Constructor Summary
NotDefinedOnUTMGridException()
          NotDefinedOnUTMGridException constructor.
NotDefinedOnUTMGridException(java.lang.String message)
          NotDefinedOnUTMGridException constructor with a message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotDefinedOnUTMGridException

public NotDefinedOnUTMGridException()
NotDefinedOnUTMGridException constructor.


NotDefinedOnUTMGridException

public NotDefinedOnUTMGridException(java.lang.String message)
NotDefinedOnUTMGridException constructor with a message.

Parameters:
message - details of the exception.