ca.intelliware.amakihi.validator
Class ValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ca.intelliware.amakihi.validator.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends java.lang.Exception

This exception is thrown when we can't validate the expected output to the actual output.

Version:
$Revision: 1.1 $
Author:
Intelliware Development
See Also:
Serialized Form

Constructor Summary
ValidationException(java.lang.String message)
          Default 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

ValidationException

public ValidationException(java.lang.String message)

Default constructor.

Parameters:
message - - the exception message.


Copyright 2002 Intelliware Development. All Rights Reserved.