data
Class  NameContextException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--data.NameContextException
- public class NameContextException
- extends Exception
  
Exception thrown by Nameable.setName(java.lang.String, data.DataBasket) if a new name does not comply with NameContext rules.
- Since:
 - v2.0
 
- Version:
 - 2.0 25/05/1999
 
- Author:
 - Steffen Zschaler
 
- See Also:
 - Serialized Form
 
 
 
 
NameContextException
public NameContextException()
- Create a new NameContextException.
 
NameContextException
public NameContextException(String sMsg)
- Create a new NameContextException with a detail message.
- Parameters:
 sMsg - the detail message.