org.codehaus.modello.verifier
Class NotEqualsVerifierException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.modello.verifier.NotEqualsVerifierException
All Implemented Interfaces:
java.io.Serializable

public class NotEqualsVerifierException
extends java.lang.RuntimeException

Version:
$Id: NotEqualsVerifierException.java 287 2005-04-03 23:22:27Z brett $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
NotEqualsVerifierException(java.lang.String className, java.lang.String fieldName, java.lang.Object expectedValue, java.lang.Object actualValue)
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getFieldName()
           
 
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

NotEqualsVerifierException

public NotEqualsVerifierException(java.lang.String className,
                                  java.lang.String fieldName,
                                  java.lang.Object expectedValue,
                                  java.lang.Object actualValue)
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
Returns the className.

getFieldName

public java.lang.String getFieldName()
Returns:
Returns the fieldName.


Copyright © 2001-2007 Codehaus. All Rights Reserved.