it.eng.spago.cms.exceptions
Class PathNotValidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.eng.spago.cms.exceptions.PathNotValidException
All Implemented Interfaces:
java.io.Serializable

public class PathNotValidException
extends java.lang.Exception

Models an exception occured when processing a path element which is not expressed whit the correct format

See Also:
Serialized Form

Constructor Summary
PathNotValidException()
          Constructor of the class useful to build the exception without an error message
PathNotValidException(java.lang.String msg)
          Constructor of the class useful to build the exception with an error message
PathNotValidException(java.lang.String msg, java.lang.Throwable exception)
          Constructor of the class useful to build the exception with an error message and a preceding exception
 
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

PathNotValidException

public PathNotValidException()
Constructor of the class useful to build the exception without an error message


PathNotValidException

public PathNotValidException(java.lang.String msg)
Constructor of the class useful to build the exception with an error message

Parameters:
msg - Error Message

PathNotValidException

public PathNotValidException(java.lang.String msg,
                             java.lang.Throwable exception)
Constructor of the class useful to build the exception with an error message and a preceding exception

Parameters:
msg - Error Message
exception - Preceding Throwable object