spcp7.imagegallery.abstractionlayer.exception
Class NoContentFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NoContentFoundException(java.lang.String path)
           
NoContentFoundException(java.lang.String message, java.lang.String path)
           
NoContentFoundException(java.lang.String message, java.lang.Throwable cause, java.lang.String path)
           
NoContentFoundException(java.lang.Throwable cause, java.lang.String path)
           
 
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
 

Constructor Detail

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
Method Detail

getPath

public java.lang.String getPath()
Returns:
the path at which content could not be found


Copyright © 2008. All Rights Reserved.