public class

PathException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gdata.model.PathException

Class Overview

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

Summary

[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
PathException(String message)
PathException(String message, Throwable cause)
PathException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PathException (String message)

Parameters
message

public PathException (String message, Throwable cause)

Parameters
message
cause

public PathException (Throwable cause)

Parameters
cause