org.davic.net
Class InvalidLocatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.net.InvalidLocatorException
All Implemented Interfaces:
java.io.Serializable

public class InvalidLocatorException
extends java.lang.Exception

This exception is thrown when one or more parameters to construct a Locator are invalid.

See Also:
Serialized Form

Constructor Summary
InvalidLocatorException()
           
InvalidLocatorException(java.lang.String reason)
          Constructor for the exception with a specified reason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidLocatorException

public InvalidLocatorException()

InvalidLocatorException

public InvalidLocatorException(java.lang.String reason)
Constructor for the exception with a specified reason

Parameters:
reason - the reason why the exception was raised