Class InvalidPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.cornell.mannlib.vitro.webapp.filestorage.impl.InvalidPathException
-
- All Implemented Interfaces:
Serializable
public class InvalidPathException extends RuntimeException
Indicates a PairTree path ("ppath" or "relative path") that is not correctly formed, and cannot be converted to an object ID.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPathException()InvalidPathException(String message)InvalidPathException(String message, Throwable cause)InvalidPathException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-