org.gvsig.remoteclient.wfs.schema.type
Class GMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.remoteclient.wfs.schema.type.GMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GMLInvalidFormatException

public class GMLException
extends java.lang.Exception

GML Exception.

Author:
Jorge Piera Llodrá (piera_jor@gva.es), Carlos Sánchez Periñán (sanchez_carper@gva.es)
See Also:
Serialized Form

Field Summary
protected  long code
           
protected  java.lang.String formatString
           
protected  java.lang.String messageKey
           
 
Constructor Summary
GMLException()
           
GMLException(java.lang.String file)
           
GMLException(java.lang.String file, java.lang.Throwable exception)
           
GMLException(java.lang.Throwable exception)
           
 
Method Summary
 java.lang.String getFilename()
           
 void init()
           
 void setFilename(java.lang.String filename)
           
protected  java.util.Map values()
           
 
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
 

Field Detail

formatString

protected java.lang.String formatString

messageKey

protected java.lang.String messageKey

code

protected long code
Constructor Detail

GMLException

public GMLException()

GMLException

public GMLException(java.lang.String file)

GMLException

public GMLException(java.lang.Throwable exception)

GMLException

public GMLException(java.lang.String file,
                    java.lang.Throwable exception)
Method Detail

getFilename

public java.lang.String getFilename()

setFilename

public void setFilename(java.lang.String filename)

values

protected java.util.Map values()

init

public void init()


Copyright © 2004-2013 gvSIG. All Rights Reserved.