de.bwaldvogel.liblinear
Class InvalidInputDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bwaldvogel.liblinear.InvalidInputDataException
All Implemented Interfaces:
Serializable

public class InvalidInputDataException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidInputDataException(String message, File file, int line)
           
InvalidInputDataException(String message, File file, int lineNr, Exception cause)
           
InvalidInputDataException(String message, String filename, int line)
           
InvalidInputDataException(String message, String filename, int lineNr, Exception cause)
           
 
Method Summary
 File getFile()
           
 String getFilename()
          Deprecated. use getFile() instead
 int getLine()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidInputDataException

public InvalidInputDataException(String message,
                                 File file,
                                 int line)

InvalidInputDataException

public InvalidInputDataException(String message,
                                 String filename,
                                 int line)

InvalidInputDataException

public InvalidInputDataException(String message,
                                 File file,
                                 int lineNr,
                                 Exception cause)

InvalidInputDataException

public InvalidInputDataException(String message,
                                 String filename,
                                 int lineNr,
                                 Exception cause)
Method Detail

getFile

public File getFile()

getFilename

public String getFilename()
Deprecated. use getFile() instead

This methods returns the path of the file. The method name might be misleading.


getLine

public int getLine()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2011. All Rights Reserved.