juzu
Class AmbiguousResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.