insensa
Class XMLPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by insensa.XMLPropertyException
All Implemented Interfaces:
java.io.Serializable

public class XMLPropertyException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
private  java.lang.String configFileName
           
private  int errorType
           
private  CRasterFileInformation file
           
static int FILE_EMPTY
           
private static long serialVersionUID
           
 
Constructor Summary
XMLPropertyException(int errorType, CRasterFileInformation file, java.lang.String configFileName)
           
XMLPropertyException(java.lang.String message, int errorType, CRasterFileInformation file, java.lang.String configFileName)
           
XMLPropertyException(java.lang.Throwable e, int errorType, CRasterFileInformation file, java.lang.String configFileName)
           
 
Method Summary
 java.lang.String getConfigFileName()
           
 int getErrorType()
           
 CRasterFileInformation getFile()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

FILE_EMPTY

public static final int FILE_EMPTY
See Also:
Constant Field Values

file

private CRasterFileInformation file

errorType

private int errorType

configFileName

private java.lang.String configFileName
Constructor Detail

XMLPropertyException

public XMLPropertyException(int errorType,
                            CRasterFileInformation file,
                            java.lang.String configFileName)
Parameters:
errorType -
file -
configFileName -

XMLPropertyException

public XMLPropertyException(java.lang.String message,
                            int errorType,
                            CRasterFileInformation file,
                            java.lang.String configFileName)
Parameters:
message -
errorType -
file -
configFileName -

XMLPropertyException

public XMLPropertyException(java.lang.Throwable e,
                            int errorType,
                            CRasterFileInformation file,
                            java.lang.String configFileName)
Parameters:
e -
errorType -
file -
configFileName -
Method Detail

getConfigFileName

public java.lang.String getConfigFileName()
Returns:

getErrorType

public int getErrorType()
Returns:

getFile

public CRasterFileInformation getFile()
Returns: