Class APINotOverwrittenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.sbdeveloper.vehiclesplus.api.exceptions.APINotOverwrittenException
- All Implemented Interfaces:
 Serializable
Internal exception called when an API method is not overwritten by the Plugin implementation.
 If thrown, this is an internal error and should be reported to the plugin developer.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAPINotOverwrittenException(String message) APINotOverwrittenException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
APINotOverwrittenException
 - 
APINotOverwrittenException
public APINotOverwrittenException() - 
APINotOverwrittenException
 - 
APINotOverwrittenException
 
 -