org.tm4j.net
Class InvalidNotationException

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

public class InvalidNotationException
extends InvalidLocatorException

Indicates that an attempt was made to create a locator using a notation that the locator implementation does not support.

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

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

InvalidNotationException

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

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