gov.sns.tools
Class UrlTool.FilePathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.UrlTool.FilePathException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UrlTool

public static class UrlTool.FilePathException
extends java.lang.RuntimeException

Exception for bad file path specification.

See Also:
Serialized Form

Constructor Summary
UrlTool.FilePathException(java.lang.String newFilePath)
           
 
Method Summary
 java.lang.String filePath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UrlTool.FilePathException

public UrlTool.FilePathException(java.lang.String newFilePath)
Method Detail

filePath

public java.lang.String filePath()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable