org.garret.perst
Class XMLImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.garret.perst.XMLImportException
All Implemented Interfaces:
java.io.Serializable

public class XMLImportException
extends java.lang.Exception

Exception thrown during import of data from XML file in database

See Also:
Serialized Form

Constructor Summary
XMLImportException(int line, int column, java.lang.String message)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getMessageText()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLImportException

public XMLImportException(int line,
                          int column,
                          java.lang.String message)
Method Detail

getColumn

public int getColumn()

getLine

public int getLine()

getMessageText

public java.lang.String getMessageText()