org.davic.net
Class InvalidLocatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.net.InvalidLocatorException
- All Implemented Interfaces:
- Serializable
public class InvalidLocatorException
- extends Exception
This exception is thrown when one or more parameters to construct
a Locator are invalid.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidLocatorException
public InvalidLocatorException()
InvalidLocatorException
public InvalidLocatorException(String reason)
- Constructor for the exception with a specified reason
- Parameters:
reason
- the reason why the exception was raised