koala.dynamicjava.util
Class AmbiguousFieldException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--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.

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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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).


Copyright © 2001 Stephane Hillion. All Rights Reserved.