org.cdlib.xtf.textEngine
Class IndexValidator.ValidationError

Object
  extended by Throwable
      extended by Exception
          extended by IndexValidator.ValidationError
All Implemented Interfaces:
Serializable
Enclosing class:
IndexValidator

public static class IndexValidator.ValidationError
extends Exception

Internal exception for quickly passing errors up the call chain.

See Also:
Serialized Form

Constructor Summary
IndexValidator.ValidationError(String msg, Object... args)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexValidator.ValidationError

IndexValidator.ValidationError(String msg,
                               Object... args)