Snapper 3.0 API

org.enhydra.snapper.parsers.fileparsers
Class FileParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.snapper.parsers.fileparsers.FileParserException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FailParserException, PasswordProtectedException

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

Constructor Summary
FileParserException(java.lang.Exception e)
           
FileParserException(java.lang.String msg)
           
FileParserException(java.lang.String filename, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getEmbedded()
           
 java.lang.String getFileName()
           
 void setFileName(java.lang.String filename)
           
 
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

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)
Method Detail

getEmbedded

public java.lang.Exception getEmbedded()

setFileName

public void setFileName(java.lang.String filename)

getFileName

public java.lang.String getFileName()

Snapper 3.0 API