com.codemonster.surinam.export.throwable
Class MissingInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codemonster.surinam.export.throwable.SurinamException
com.codemonster.surinam.export.throwable.IllegalServiceType
com.codemonster.surinam.export.throwable.MissingInterfaceException
- All Implemented Interfaces:
- Serializable
public class MissingInterfaceException
- extends IllegalServiceType
This type of exception is thrown when a given Contract or Provider Implementation does not implement
a required interface.
- Author:
- Samuel Provencher
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingInterfaceException
public MissingInterfaceException(String message)
Copyright © 2010. All Rights Reserved.