org.enhydra.snapper.parsers.fileparsers
Class FileParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.snapper.parsers.fileparsers.FileParserException
- All Implemented Interfaces:
- java.io.Serializable
public class FileParserException
- extends java.lang.Exception
- Author:
- Milin Radivoj
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
- See Also:
- Serialized Form
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 |
FileParserException
public FileParserException(java.lang.String filename,
java.lang.Exception e)
FileParserException
public FileParserException(java.lang.String msg)
FileParserException
public FileParserException(java.lang.Exception e)
getEmbedded
public java.lang.Exception getEmbedded()
setFileName
public void setFileName(java.lang.String filename)
getFileName
public java.lang.String getFileName()