org.codehaus.modello.verifier
Class NotEqualsVerifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.modello.verifier.NotEqualsVerifierException
All Implemented Interfaces:
Serializable

public class NotEqualsVerifierException
extends RuntimeException

Version:
$Id: NotEqualsVerifierException.java 1188 2009-02-14 23:37:46Z hboutemy $
Author:
Trygve Laugstøl
See Also:
Serialized Form

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

getClassName

public String getClassName()
Returns:
Returns the className.

getFieldName

public String getFieldName()
Returns:
Returns the fieldName.


Copyright © 2001-2013 Codehaus. All Rights Reserved.