org.codehaus.modello.verifier

Class WrongObjectTypeVerifierException


public class WrongObjectTypeVerifierException
extends RuntimeException

Version:
$Id: WrongObjectTypeVerifierException.java 287 2005-04-03 23:22:27Z brett $
Author:
Trygve Laugstøl

Constructor Summary

WrongObjectTypeVerifierException(String className, String fieldName, Object expectedClass, Object actualClass)

Method Summary

String
getClassName()
String
getFieldName()

Constructor Details

WrongObjectTypeVerifierException

public WrongObjectTypeVerifierException(String className,
                                        String fieldName,
                                        Object expectedClass,
                                        Object actualClass)

Method Details

getClassName

public String getClassName()
Returns:
Returns the className.

getFieldName

public String getFieldName()
Returns:
Returns the fieldName.