walker.exceptions
Class endDocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by walker.exceptions.endDocumentException
All Implemented Interfaces:
java.io.Serializable

public class endDocumentException
extends java.lang.Throwable

Created by IntelliJ IDEA. User: andy Date: Apr 29, 2010 Empty exception that is thrown when the end element of the xml file is found.

See Also:
Serialized Form

Constructor Summary
endDocumentException()
           
 
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

endDocumentException

public endDocumentException()