net.sourceforge.jparam.paramset
Class MatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.jparam.JParamException
                    |
                    +--net.sourceforge.jparam.paramset.MatchException
All Implemented Interfaces:
java.io.Serializable

class MatchException
extends JParamException

See Also:
Serialized Form

Constructor Summary
MatchException(boolean ambigous, java.lang.String msg)
           
 
Method Summary
 boolean isAmbigous()
           
 
Methods inherited from class net.sourceforge.jparam.JParamException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatchException

public MatchException(boolean ambigous,
                      java.lang.String msg)
Method Detail

isAmbigous

public boolean isAmbigous()


Copyright © 2004 SourceForge. All Rights Reserved.