com.google.gdata.model
Class PathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.gdata.model.PathException
All Implemented Interfaces:
java.io.Serializable

public class PathException
extends java.lang.RuntimeException

The PathException class defines a specialized type of {link RuntimeException} that is thrown as a result of various exception conditions for the Path class.

See Also:
Serialized Form

Constructor Summary
PathException(java.lang.String message)
           
PathException(java.lang.String message, java.lang.Throwable cause)
           
PathException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathException

public PathException(java.lang.String message)

PathException

public PathException(java.lang.String message,
                     java.lang.Throwable cause)

PathException

public PathException(java.lang.Throwable cause)