cz.cuni.amis.pogamut.sposh.exceptions
Class DuplicateNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.cuni.amis.pogamut.sposh.elements.ParseException
cz.cuni.amis.pogamut.sposh.exceptions.DuplicateNameException
- All Implemented Interfaces:
- Serializable
public class DuplicateNameException
- extends ParseException
Thrown when trying to add element into the posh tree, but the tree already
contains element with the same name.
- Author:
- Honza
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateNameException
public DuplicateNameException(String message)
create
public static DuplicateNameException create(String name)
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.