org.slim3.commons.exception
Class NameAlreadyBoundRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.commons.exception.NamingRuntimeException
org.slim3.commons.exception.NameAlreadyBoundRuntimeException
- All Implemented Interfaces:
- Serializable
public class NameAlreadyBoundRuntimeException
- extends NamingRuntimeException
This exception is thrown when the name is already bound to an another object.
- Author:
- higa
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
name
protected String name
- The name.
NameAlreadyBoundRuntimeException
public NameAlreadyBoundRuntimeException(String name)
- Constructor.
- Parameters:
name
- the name
getName
public String getName()
- Returns the name.
- Returns:
- the name
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.