Class NetworkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
mgui.models.dynamic.DynamicModelException
mgui.models.networks.NetworkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NeuroException, NeuroNetException

public class NetworkException
extends DynamicModelException
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    NetworkException​(java.lang.String s)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NetworkException

      public NetworkException​(java.lang.String s)