templates.presentation
Class SkipIssueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by templates.presentation.SkipIssueException
All Implemented Interfaces:
java.io.Serializable

public class SkipIssueException
extends java.lang.Exception

Used internally by IssuesWrapper to skip certain issues reported by a Validator.

Author:
Lenko Grigorov
See Also:
Serialized Form

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

SkipIssueException

public SkipIssueException()