org.codehaus.modello.verifier
Class WrongObjectTypeVerifierException

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

public class WrongObjectTypeVerifierException
extends java.lang.RuntimeException

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

Constructor Summary
WrongObjectTypeVerifierException(java.lang.String className, java.lang.String fieldName, java.lang.Object expectedClass, java.lang.Object actualClass)
           
 
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

WrongObjectTypeVerifierException

public WrongObjectTypeVerifierException(java.lang.String className,
                                        java.lang.String fieldName,
                                        java.lang.Object expectedClass,
                                        java.lang.Object actualClass)
Method Detail

getClassName

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

getFieldName

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


Copyright © 2001-2011 Codehaus. All Rights Reserved.