lapis
Class PatternLibrary.LabelAmbiguousException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bylapis.PatternLibrary.LookupException
              extended bylapis.PatternLibrary.LabelAmbiguousException
All Implemented Interfaces:
Serializable
Enclosing class:
PatternLibrary

public static class PatternLibrary.LabelAmbiguousException
extends PatternLibrary.LookupException

Exception thrown when lookup() finds multiple matching pattern names.

See Also:
Serialized Form

Constructor Summary
PatternLibrary.LabelAmbiguousException(String name, Vector choices)
           
 
Method Summary
 String[] getChoices()
           
 
Methods inherited from class lapis.PatternLibrary.LookupException
getName
 
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

PatternLibrary.LabelAmbiguousException

public PatternLibrary.LabelAmbiguousException(String name,
                                              Vector choices)
Method Detail

getChoices

public String[] getChoices()