edu.uci.isr.yancees
Class WrongAttributeTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uci.isr.yancees.WrongAttributeTypeException
All Implemented Interfaces:
java.io.Serializable

public class WrongAttributeTypeException
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
WrongAttributeTypeException()
           
WrongAttributeTypeException(java.lang.String message)
           
WrongAttributeTypeException(java.lang.String message, java.lang.Throwable cause)
           
WrongAttributeTypeException(java.lang.Throwable cause)
           
 
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

WrongAttributeTypeException

public WrongAttributeTypeException()

WrongAttributeTypeException

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

WrongAttributeTypeException

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

WrongAttributeTypeException

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