net.sourceforge.jane
Class InvalidPathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.lang.exception.NestableException
                    |
                    +--net.sourceforge.jane.JaneException
                          |
                          +--net.sourceforge.jane.InvalidPathException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class InvalidPathException
extends JaneException

An exception thrown when an invalid path is specified.

Author:
Calvin Yu
See Also:
Serialized Form

Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
InvalidPathException(java.lang.String path)
          Create a new InvalidPathException.
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPathException

public InvalidPathException(java.lang.String path)
Create a new InvalidPathException.


Copyright © 2002-2002 SourceForge. All Rights Reserved.