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