net.sourceforge.worldsaver.names
Class WrongConfigvaluesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.worldsaver.names.WrongConfigvaluesException
All Implemented Interfaces:
java.io.Serializable

public class WrongConfigvaluesException
extends java.lang.Exception

This is the Exception thrown by the Names when any option is not cool.

Version:
Feb 11 2001
Author:
Andreas Schmitz
See Also:
Serialized Form

Constructor Summary
WrongConfigvaluesException(java.lang.String msg)
          Just give it the message...
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongConfigvaluesException

public WrongConfigvaluesException(java.lang.String msg)
Just give it the message...