alt.jiapi.reflect
Class FieldExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by alt.jiapi.reflect.FieldExistsException
All Implemented Interfaces:
java.io.Serializable

public class FieldExistsException
extends java.lang.Exception

This exception is thrown when adding a field to class and a field with a same name exists.

Version:
$Revision: 1.2 $ $Date: 2002/03/19 17:14:34 $
Author:
Mika Riekkinen, Joni Suominen
See Also:
Serialized Form

Constructor Summary
FieldExistsException(JiapiField field)
           
 
Method Summary
 JiapiField getField()
          Get a field which already exists in a class.
 
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

FieldExistsException

public FieldExistsException(JiapiField field)
Method Detail

getField

public JiapiField getField()
Get a field which already exists in a class.

Returns:
an existing field in a class


Copyright © 2001. Documenation generated August 26 2011.