org.tm4j.net
Class MalformedLocatorException

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

public class MalformedLocatorException
extends InvalidLocatorException

Indicates that an attempt to parse a locator failed.

Since:
0.6.0
See Also:
Serialized Form

Constructor Summary
MalformedLocatorException(java.lang.String msg)
          Constructs a new malformed 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

MalformedLocatorException

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