org.boehn.kmlframework.kml
Class KmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.boehn.kmlframework.kml.KmlException
All Implemented Interfaces:
java.io.Serializable

public class KmlException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
KmlException()
           
KmlException(java.lang.String arg0)
           
KmlException(java.lang.String arg0, java.lang.Throwable arg1)
           
KmlException(java.lang.Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KmlException

public KmlException()

KmlException

public KmlException(java.lang.String arg0)

KmlException

public KmlException(java.lang.String arg0,
                    java.lang.Throwable arg1)

KmlException

public KmlException(java.lang.Throwable arg0)