Class InvalidAttribute

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----InvalidAttribute

public class InvalidAttribute
extends Exception
The class `InvalidAttribute' is a subclass of Exception that is thrown when an entity does not have a certain attribute that it's supposed to.


Constructor Index

 o InvalidAttribute()

Constructors

 o InvalidAttribute
 public InvalidAttribute()