koala.dynamicjava.util
Class AmbiguousFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by koala.dynamicjava.util.AmbiguousFieldException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousFieldException
extends java.lang.Exception

This exception is thrown when a lookup for a field is ambiguous.

Version:
1.0 - 1999/06/06
Author:
Stephane Hillion
See Also:
Serialized Form

Constructor Summary
AmbiguousFieldException()
          Constructs an AmbiguousFieldException with no detail message.
AmbiguousFieldException(java.lang.String s)
          Constructs an AmbiguousFieldException with the specified detail message.
 
Method Summary
 
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

AmbiguousFieldException

public AmbiguousFieldException()
Constructs an AmbiguousFieldException with no detail message.


AmbiguousFieldException

public AmbiguousFieldException(java.lang.String s)
Constructs an AmbiguousFieldException with the specified detail message.

Parameters:
s - the detail message (a key in a resource file).