cz.cuni.amis.pogamut.sposh.exceptions
Class DuplicateNameException

Package class diagram package DuplicateNameException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.cuni.amis.pogamut.sposh.elements.ParseException
              extended by 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

Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.sposh.elements.ParseException
currentToken, eol, expectedTokenSequences, tokenImage
 
Constructor Summary
DuplicateNameException(String message)
           
 
Method Summary
static DuplicateNameException create(String name)
           
 
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

DuplicateNameException

public DuplicateNameException(String message)
Method Detail

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.