Last update: 2011-06-23

org.proteios.core
Class InvalidPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.proteios.core.BaseException
                  extended by org.proteios.core.InvalidDataException
                      extended by org.proteios.core.InvalidPathException
All Implemented Interfaces:
Serializable

public class InvalidPathException
extends InvalidDataException

This exception is thrown when Proteios is trying to parse a path which is invalid.

Version:
2.0
Author:
enell
See Also:
Serialized Form
Last modified
$Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $

Constructor Summary
InvalidPathException(String path)
          Create a new InvalidPathException object.
 
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

InvalidPathException

public InvalidPathException(String path)
Create a new InvalidPathException object.

Parameters:
path - The path that is not valid

Last update: 2011-06-23