org.tm4j.net
Class InvalidLocatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tm4j.net.InvalidLocatorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidNotationException, MalformedLocatorException

public class InvalidLocatorException
extends java.lang.Exception

Indicates that an invalid locator was encountered.

Since:
0.6.0
Author:
Kal Ahmed
See Also:
Serialized Form

Constructor Summary
InvalidLocatorException(java.lang.String msg)
          Constructs a new invalid locator exception exception with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidLocatorException

public InvalidLocatorException(java.lang.String msg)
Constructs a new invalid locator exception exception with the specified detail message.

Parameters:
msg - The error message associated with this exception.