Package ftbsc.lll.exceptions
Class AmbiguousDefinitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ftbsc.lll.exceptions.AmbiguousDefinitionException
-
- All Implemented Interfaces:
java.io.Serializable
public class AmbiguousDefinitionException extends java.lang.RuntimeException
Thrown when the processor finds multiple methods matching the given criteria.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmbiguousDefinitionException(java.lang.String message)
Constructs a new ambiguous definition exception with the specified detail message.
-