data
Class NameContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.