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

Class NeurophInputException

  • All Implemented Interfaces:
    java.io.Serializable


    public class NeurophInputException
    extends NeurophException
    This exception is thrown when error occurs when reading input using some InputAdapter
    See Also:
    InputAdapter, Serialized Form
    • Constructor Summary

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

      • NeurophInputException

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

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

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

        public NeurophInputException(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.