edu.uci.isr.yancees
Class AttributeNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.uci.isr.yancees.AttributeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class AttributeNotFoundException
extends java.lang.Exception

Author:
Roberto Silveira Silva Filho [rsilvafi@ics.uci.edu] To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
AttributeNotFoundException()
           
AttributeNotFoundException(java.lang.String message)
           
AttributeNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
AttributeNotFoundException(java.lang.Throwable cause)
           
 
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

AttributeNotFoundException

public AttributeNotFoundException()

AttributeNotFoundException

public AttributeNotFoundException(java.lang.String message)
Parameters:
message -

AttributeNotFoundException

public AttributeNotFoundException(java.lang.Throwable cause)
Parameters:
cause -

AttributeNotFoundException

public AttributeNotFoundException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message -
cause -