org.deegree.services.capabilities
Interface CException

All Known Implementing Classes:
CException_Impl

public interface CException

----------------------------------------------------------------------

Author:
Andreas Poth

Method Summary
 void addFormat(java.lang.String format)
          Adds a format to the CException's formats (if it is not defined yet).
 java.lang.String[] getFormats()
          returns the possible formats of the exceptions
 

Method Detail

getFormats

public java.lang.String[] getFormats()
returns the possible formats of the exceptions


addFormat

public void addFormat(java.lang.String format)
Adds a format to the CException's formats (if it is not defined yet).

Parameters:
format - the name of the format to add