All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class att.grappa.IllegalAttributeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----att.grappa.IllegalAttributeException

public class IllegalAttributeException
extends RuntimeException
This class is used whenever an illegal attribute value for an element is detected.

Version:
1.1, 30 Sep 1999; Copyright 1996 - 1999 by AT&T Corp.
Author:
John Mocenigo, Research @ AT&T Labs

Constructor Index

 o IllegalAttributeException()
Constructs an IllegalAttributeException with no detail message.
 o IllegalAttributeException(String)
Constructs an IllegalAttributeException with the specified detail message.

Constructors

 o IllegalAttributeException
 public IllegalAttributeException()
Constructs an IllegalAttributeException with no detail message.

 o IllegalAttributeException
 public IllegalAttributeException(String message)
Constructs an IllegalAttributeException with the specified detail message.

Parameters:
message - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index