System.IO
Class PathTooLongException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by System.SystemException
                  extended by System.IO.IOException
                      extended by System.IO.PathTooLongException
All Implemented Interfaces:
java.io.Serializable

public class PathTooLongException
extends IOException

Author:
Halofreak1990
See Also:
Serialized Form

Constructor Summary
PathTooLongException()
           
 
Method Summary
 
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

PathTooLongException

public PathTooLongException()