org.rddl
Class AmbiguousMappingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.rddl.AmbiguousMappingException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousMappingException
extends java.lang.Exception

This exception is thrown if/when a single resource is expected and multiple matching resources are identified.

See Also:
Serialized Form

Constructor Summary
AmbiguousMappingException()
           
 
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

AmbiguousMappingException

public AmbiguousMappingException()