nl.cloudfarming.client.area.field
Class ParseWKTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by nl.cloudfarming.client.area.field.ParseWKTException
All Implemented Interfaces:
Serializable

public class ParseWKTException
extends IOException

Author:
Gerben Feenstra
See Also:
Serialized Form

Constructor Summary
ParseWKTException()
           
ParseWKTException(String message)
           
ParseWKTException(String message, Throwable cause)
           
ParseWKTException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseWKTException

public ParseWKTException(Throwable cause)

ParseWKTException

public ParseWKTException(String message,
                         Throwable cause)

ParseWKTException

public ParseWKTException(String message)

ParseWKTException

public ParseWKTException()


Copyright © 2011. All Rights Reserved.