Package io.mateu.util.exceptions
Class NoImplementationFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.mateu.util.exceptions.NoImplementationFound
-
- All Implemented Interfaces:
Serializable
public class NoImplementationFound extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoImplementationFound(Class anInterface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoImplementationFound
public NoImplementationFound(Class anInterface)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-