org.neuroph.util.io
Class NeurophOutputException

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.NeurophOutputException
All Implemented Interfaces:
Serializable

public class NeurophOutputException
extends NeurophException

This exception is thrown when some error occurs when writing neural network output using some output adapter.

Author:
Zoran Sevarac
See Also:
OutputAdapter, Serialized Form

Constructor Summary
NeurophOutputException()
          Constructs an NeurophOutputException with no detail message.
NeurophOutputException(String message)
          Constructs an NeurophOutputException with the specified detail message.
NeurophOutputException(String message, Throwable cause)
          Constructs a NeurophOutputException with the specified detail message and specified cause.
NeurophOutputException(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

NeurophOutputException

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


NeurophOutputException

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

Parameters:
message - the detail message.

NeurophOutputException

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

Parameters:
cause - the cause for exception


Copyright © 2012. All Rights Reserved.