org.citygml4j.xml.io.writer
Class CityGMLWriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.citygml4j.xml.io.writer.CityGMLWriteException
All Implemented Interfaces:
java.io.Serializable

public class CityGMLWriteException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CityGMLWriteException()
           
CityGMLWriteException(java.lang.String message)
           
CityGMLWriteException(java.lang.String message, java.lang.Throwable cause)
           
CityGMLWriteException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CityGMLWriteException

public CityGMLWriteException()

CityGMLWriteException

public CityGMLWriteException(java.lang.String message)

CityGMLWriteException

public CityGMLWriteException(java.lang.Throwable cause)

CityGMLWriteException

public CityGMLWriteException(java.lang.String message,
                             java.lang.Throwable cause)