com.pietschy.command.configuration.impl
Class UnknownSeparatorTypeException

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.UnknownSeparatorTypeException
All Implemented Interfaces:
java.io.Serializable

 class UnknownSeparatorTypeException
extends ParseException

Thrown for unknown separator member types.


Constructor Summary
UnknownSeparatorTypeException(java.lang.String type)
          Creates a new instance.
 
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

UnknownSeparatorTypeException

public UnknownSeparatorTypeException(java.lang.String type)
Creates a new instance.

Parameters:
type - the unknown separator type.


Copyright © 2006 - 2007 Andrew Pietsch