org.jcoderz.phoenix.checkstyle.jaxb
Interface Exception

All Superinterfaces:
Element, ExceptionType
All Known Implementing Classes:
ExceptionImpl

public interface Exception
extends Element, ExceptionType

Java content class for exception element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/checkstyle.xsd line 73)

 <element name="exception">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.checkstyle.jaxb.ExceptionType
getContent, isSetContent, unsetContent
 



Copyright 2007 The jCoderZ Project.