com.github.thorbenkuck.netcom2.exceptions.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of NetCom2 Show documentation
Show all versions of NetCom2 Show documentation
NetCom2 is a lightweight, yet highly modular Client-Server-Communication-Framework, in the style of an
EventBus
The newest version!
/**
* This package contains all Exceptions that may be thrown at different times within NetCom2.
*
* You should not attempt to access your own Exception outside of NetCom2. Those Exceptions are meant to signal the using
* developer, that NetCom2 internally encountered an Exception.
*
* @since 1.0
*/
package com.github.thorbenkuck.netcom2.exceptions;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy