com.softwareag.tamino.db.api.objectModel.stream
Class TStreamRootElementEnded

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.softwareag.tamino.db.api.objectModel.stream.TStreamRootElementEnded
All Implemented Interfaces:
java.io.Serializable

public class TStreamRootElementEnded
extends java.lang.RuntimeException

TStreamRootElementEnded is a RuntimeException needed to show in a controlled manner that the end of a root element within an XML document has been reached. Needed to finnish a SAX parser before it continues with processing the entire document.

Version:
$Revision: 1.2 $
Author:
Marcus Schreyer
See Also:
Serialized Form

Constructor Summary
TStreamRootElementEnded(java.lang.String message)
          Constructs a TSAXRootElementEnded with the given detail message.
 
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

TStreamRootElementEnded

public TStreamRootElementEnded(java.lang.String message)
Constructs a TSAXRootElementEnded with the given detail message.



Copyright (c) 2013 Software AG. All Rights Reserved.