SalesPoint Framework v3.0

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

Constructor Summary
NameContextException()
          Create a new NameContextException.
NameContextException(String sMsg)
          Create a new NameContextException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

SalesPoint Framework v3.0