Package org.gvsig.catalog.csw.drivers
Class CSWException
java.lang.Object
org.gvsig.catalog.csw.drivers.CSWException
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()voidsetAbstract(String _abstract) voidvoidvoidsetSubcode(String subcode)
-
Field Details
-
CODE_DEFAULT
- See Also:
-
CODE_ERROR
- See Also:
-
SUBCODE_ERROR
- See Also:
-
-
Constructor Details
-
CSWException
public CSWException()
-
-
Method Details
-
getCode
- Returns:
- the code
-
setCode
- Parameters:
code- the code to set
-
getSubcode
- Returns:
- the subcode
-
setSubcode
- Parameters:
subcode- the subcode to set
-
getReason
- Returns:
- the reason
-
setReason
- Parameters:
reason- the reason to set
-
getAbstract
- Returns:
- the _abstract
-
setAbstract
- Parameters:
_abstract- the _abstract to set
-