SalesPoint v3.3 API

data
Class NameContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by data.NameContextException
All Implemented Interfaces:
Serializable

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
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 v3.3 API