com.pietschy.command.configuration.impl
Class UnknownMemberTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pietschy.command.configuration.ParseException
              extended by com.pietschy.command.configuration.impl.UnknownMemberTypeException
All Implemented Interfaces:
java.io.Serializable

 class UnknownMemberTypeException
extends ParseException

Thrown for unknown group members.


Constructor Summary
UnknownMemberTypeException(java.lang.String member)
          Creates a new instance for the
 
Method Summary
 
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

UnknownMemberTypeException

public UnknownMemberTypeException(java.lang.String member)
Creates a new instance for the

Parameters:
member - the unknown member.


Copyright © 2006 - 2007 Andrew Pietsch