Documentation of 'edu.rit.io.InvalidMatrixFileException' Java class
InvalidMatrixFileException
edu.rit.io

Class InvalidMatrixFileException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidMatrixFileException
    extends java.io.IOException
    Class InvalidMatrixFileException provides an exception thrown when the contents of a matrix file are invalid. The detail message and/or chained exception give further information about the problem.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      InvalidMatrixFileException()
      Construct a new invalid matrix file exception with no detail message and no cause.
      InvalidMatrixFileException(java.lang.String message)
      Construct a new invalid matrix file exception with the given detail message and no cause.
      InvalidMatrixFileException(java.lang.String message, java.lang.Throwable cause)
      Construct a new invalid matrix file exception with the given detail message and the given cause.
      InvalidMatrixFileException(java.lang.Throwable cause)
      Construct a new invalid matrix file exception with the given cause and the default detail message.
    • 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

      • InvalidMatrixFileException

        public InvalidMatrixFileException()
        Construct a new invalid matrix file exception with no detail message and no cause.
      • InvalidMatrixFileException

        public InvalidMatrixFileException(java.lang.String message)
        Construct a new invalid matrix file exception with the given detail message and no cause.
        Parameters:
        message - Detail message.
      • InvalidMatrixFileException

        public InvalidMatrixFileException(java.lang.Throwable cause)
        Construct a new invalid matrix file exception with the given cause and the default detail message.
        Parameters:
        cause - Cause.
      • InvalidMatrixFileException

        public InvalidMatrixFileException(java.lang.String message,
                                          java.lang.Throwable cause)
        Construct a new invalid matrix file exception with the given detail message and the given cause.
        Parameters:
        message - Detail message.
        cause - Cause.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.