- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.citygml4j.xml.CityGMLContextException
-
- All Implemented Interfaces:
java.io.Serializable
public class CityGMLContextException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CityGMLContextException()CityGMLContextException(java.lang.String message)CityGMLContextException(java.lang.String message, java.lang.Throwable cause)CityGMLContextException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CityGMLContextException
public CityGMLContextException()
-
CityGMLContextException
public CityGMLContextException(java.lang.String message)
-
CityGMLContextException
public CityGMLContextException(java.lang.Throwable cause)
-
CityGMLContextException
public CityGMLContextException(java.lang.String message, java.lang.Throwable cause)
-
-