Package org.citydb.citygml.importer
Class CityGMLImportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.citydb.config.exception.ApplicationException
-
- org.citydb.citygml.importer.CityGMLImportException
-
- All Implemented Interfaces:
java.io.Serializable
public class CityGMLImportException extends ApplicationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CityGMLImportException()
CityGMLImportException(java.lang.String message)
CityGMLImportException(java.lang.String message, java.lang.Throwable cause)
CityGMLImportException(java.lang.Throwable cause)
CityGMLImportException(ErrorCode errorCode)
CityGMLImportException(ErrorCode errorCode, java.lang.String message)
CityGMLImportException(ErrorCode errorCode, java.lang.String message, java.lang.Throwable cause)
CityGMLImportException(ErrorCode errorCode, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.citydb.config.exception.ApplicationException
getErrorCode
-
-
-
-
Constructor Detail
-
CityGMLImportException
public CityGMLImportException(ErrorCode errorCode)
-
CityGMLImportException
public CityGMLImportException(ErrorCode errorCode, java.lang.String message)
-
CityGMLImportException
public CityGMLImportException(ErrorCode errorCode, java.lang.String message, java.lang.Throwable cause)
-
CityGMLImportException
public CityGMLImportException(ErrorCode errorCode, java.lang.Throwable cause)
-
CityGMLImportException
public CityGMLImportException()
-
CityGMLImportException
public CityGMLImportException(java.lang.String message)
-
CityGMLImportException
public CityGMLImportException(java.lang.String message, java.lang.Throwable cause)
-
CityGMLImportException
public CityGMLImportException(java.lang.Throwable cause)
-
-