juzu
Class AmbiguousResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by juzu.AmbiguousResolutionException
All Implemented Interfaces:
Serializable

public class AmbiguousResolutionException
extends RuntimeException

Denoates something ambiguous that could not be resolved.

Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
AmbiguousResolutionException()
           
AmbiguousResolutionException(String message)
           
AmbiguousResolutionException(String message, Throwable cause)
           
AmbiguousResolutionException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmbiguousResolutionException

public AmbiguousResolutionException()

AmbiguousResolutionException

public AmbiguousResolutionException(String message)

AmbiguousResolutionException

public AmbiguousResolutionException(String message,
                                    Throwable cause)

AmbiguousResolutionException

public AmbiguousResolutionException(Throwable cause)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.