org.apache.velocity.util.introspection
Class MethodMap.AmbiguousException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.velocity.util.introspection.MethodMap.AmbiguousException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MethodMap

public class MethodMap.AmbiguousException
extends java.lang.Exception

simple distinguishable exception, used when we run across ambiguous overloading

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
MethodMap.AmbiguousException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

MethodMap.AmbiguousException

public MethodMap.AmbiguousException()


Copyright © 2003 Apache Software Foundation. All Rights Reserved.