org.jboss.seam.config.xml.parser.namespace
Class InvalidElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.seam.config.xml.parser.namespace.InvalidElementException
All Implemented Interfaces:
Serializable

public class InvalidElementException
extends Exception

Exception thrown when both a method and a field have the same name

See Also:
Serialized Form

Constructor Summary
InvalidElementException(String message)
           
 
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

InvalidElementException

public InvalidElementException(String message)


Copyright © 2011 Seam Framework. All Rights Reserved.