spcp7.imagegallery.abstractionlayer.exception
Class NoContentFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
spcp7.imagegallery.abstractionlayer.exception.NoContentFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class NoContentFoundException
- extends java.lang.Exception
This exception should be thrown if no content can be found at the specified
path.
- Author:
- Phillip Merensky
- See Also:
Exception,
Serialized Form
|
Method Summary |
java.lang.String |
getPath()
|
| 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 |
NoContentFoundException
public NoContentFoundException(java.lang.String path)
- Parameters:
path - The path at which content could not be found
NoContentFoundException
public NoContentFoundException(java.lang.String message,
java.lang.String path)
- Parameters:
message - path - The path at which content could not be found
NoContentFoundException
public NoContentFoundException(java.lang.Throwable cause,
java.lang.String path)
- Parameters:
cause - path - The path at which content could not be found
NoContentFoundException
public NoContentFoundException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String path)
- Parameters:
message - cause - path - The path at which content could not be found
getPath
public java.lang.String getPath()
- Returns:
- the path at which content could not be found
Copyright © 2008. All Rights Reserved.