public static class

ExtensionVisitor.StoppedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gdata.data.ExtensionVisitor.StoppedException

Class Overview

The StoppedException is thrown by ExtensionVisitor instances to immediately exit from extension tree processing. The is a runtime exception because the common case is that traversal will run to completion and stopping is considered an abnormal termination.

Specific ExtensionVisitor implementations may define sub-types to signal specific exit conditions, in which case code that uses this type of visitor may want to catch a service the stop conditions if they are expected and convey useful information.

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
ExtensionVisitor.StoppedException(String message, Throwable cause)
ExtensionVisitor.StoppedException(String message)
ExtensionVisitor.StoppedException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ExtensionVisitor.StoppedException (String message, Throwable cause)

Parameters
message
cause

public ExtensionVisitor.StoppedException (String message)

Parameters
message

public ExtensionVisitor.StoppedException (Throwable cause)

Parameters
cause