autohit.verify
Class VerifyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--autohit.verify.VerifyException

public class VerifyException
extends java.lang.Exception

A verification exception. For now, this just encapsulates a plain, old Exception.

See Also:
Serialized Form

Constructor Summary
VerifyException()
          Default Constructor.
VerifyException(java.lang.String message)
          Message constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerifyException

public VerifyException()
Default Constructor.

VerifyException

public VerifyException(java.lang.String message)
Message constructor