com.eteks.sweethome3d.model
Class IllegalHomonymException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.eteks.sweethome3d.model.IllegalHomonymException
- All Implemented Interfaces:
- Serializable
public class IllegalHomonymException
- extends IllegalArgumentException
Exception thrown when a method didn't accept an homonym.
- Author:
- Emmanuel Puybaret
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalHomonymException
public IllegalHomonymException()
- Creates a default
IllegalHomonymException
.
IllegalHomonymException
public IllegalHomonymException(String s)
- Creates a
IllegalHomonymException
with its message.