org.codehaus.modello.verifier
Class WrongObjectTypeVerifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.modello.verifier.WrongObjectTypeVerifierException
- All Implemented Interfaces:
- Serializable
public class WrongObjectTypeVerifierException
- extends RuntimeException
- Version:
- $Id: WrongObjectTypeVerifierException.java 1188 2009-02-14 23:37:46Z hboutemy $
- Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongObjectTypeVerifierException
public WrongObjectTypeVerifierException(String className,
String fieldName,
Object expectedClass,
Object actualClass)
getClassName
public String getClassName()
- Returns:
- Returns the className.
getFieldName
public String getFieldName()
- Returns:
- Returns the fieldName.
Copyright © 2001-2013 Codehaus. All Rights Reserved.