insensa
Class XMLPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
insensa.XMLPropertyException
- All Implemented Interfaces:
- java.io.Serializable
public class XMLPropertyException
- extends java.io.IOException
- 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 |
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
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
-
getConfigFileName
public java.lang.String getConfigFileName()
- Returns:
getErrorType
public int getErrorType()
- Returns:
getFile
public CRasterFileInformation getFile()
- Returns: