FileDocCategorySizeDatePackage
MalformedNameException.javaAPI DocGlassfish v2 API2507Fri May 04 22:33:16 BST 2007com.sun.enterprise.admin.common

MalformedNameException

public class MalformedNameException extends Exception
An Exception Class used to denote that a Name is not valid per the grammar of Names in NameSpace. A Parser throws this Exception in case of invalid Names.
author
Kedar Mhaswade
version
1.0

Fields Summary
Constructors Summary
public MalformedNameException()
The default constructor.

        super();
    
public MalformedNameException(String msg)
Constructor with given message.

        super(msg);
    
Methods Summary