org.neuroph.util.io
Class NeurophInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neuroph.core.exceptions.NeurophException
                  extended by org.neuroph.util.io.NeurophInputException
All Implemented Interfaces:
Serializable

public class NeurophInputException
extends NeurophException

This exception is thrown when error occurs when reading input using some InputAdapter

Author:
Zoran Sevarac
See Also:
InputAdapter, Serialized Form

Constructor Summary
NeurophInputException()
          Constructs an NeurophInputException with no detail message.
NeurophInputException(String message)
          Constructs an NeurophInputException with the specified detail message.
NeurophInputException(String message, Throwable cause)
          Constructs a NeurophInputException with the specified detail message and specified cause.
NeurophInputException(Throwable cause)
          Constructs a new runtime exception with the specified cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeurophInputException

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


NeurophInputException

public NeurophInputException(String message)
Constructs an NeurophInputException with the specified detail message.

Parameters:
message - the detail message.

NeurophInputException

public NeurophInputException(String message,
                             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(Throwable cause)
Constructs a new runtime exception with the specified cause

Parameters:
cause - the cause for exception


Copyright © 2012. All Rights Reserved.