ua.in.hutorny.util
Class CommentRetriever.RetrieverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ua.in.hutorny.util.CommentRetriever.RetrieverException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommentRetriever.BlankContentException, CommentRetriever.FileReadException, CommentRetriever.HeaderIsNotBlankException, CommentRetriever.NoMatchException, CommentRetriever.NoStopperException
Enclosing class:
CommentRetriever

public static class CommentRetriever.RetrieverException
extends java.lang.RuntimeException

Descendants of this RetrieverException is thrown when and error occurs and option THROWERRORS is set It extends RuntimeException to avoid try ... catch blocks in the static initializers

Author:
Eugene
See Also:
Serialized Form

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