Documentation of 'org.neuroph.util.io.NeurophOutputException' Java class
NeurophOutputException
org.neuroph.util.io

Class NeurophOutputException

  • All Implemented Interfaces:
    java.io.Serializable


    public class NeurophOutputException
    extends NeurophException
    This exception is thrown when some error occurs when writing neural network output using some output adapter.
    See Also:
    OutputAdapter, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      NeurophOutputException()
      Constructs an NeurophOutputException with no detail message.
      NeurophOutputException(java.lang.String message)
      Constructs an NeurophOutputException with the specified detail message.
      NeurophOutputException(java.lang.String message, java.lang.Throwable cause)
      Constructs a NeurophOutputException with the specified detail message and specified cause.
      NeurophOutputException(java.lang.Throwable cause)
      Constructs a new runtime exception with the specified cause
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NeurophOutputException

        public NeurophOutputException()
        Constructs an NeurophOutputException with no detail message.
      • NeurophOutputException

        public NeurophOutputException(java.lang.String message)
        Constructs an NeurophOutputException with the specified detail message.
        Parameters:
        message - the detail message.
      • NeurophOutputException

        public NeurophOutputException(java.lang.String message,
                                      java.lang.Throwable cause)
        Constructs a NeurophOutputException with the specified detail message and specified cause.
        Parameters:
        message - the detail message.
        cause - the cause for exception
      • NeurophOutputException

        public NeurophOutputException(java.lang.Throwable cause)
        Constructs a new runtime exception with the specified cause
        Parameters:
        cause - the cause for exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.