rafa.math.gen
Class ExistingNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by rafa.math.gen.InvalidNameException
                  extended by rafa.math.gen.ExistingNameException
All Implemented Interfaces:
java.io.Serializable

public class ExistingNameException
extends InvalidNameException

Thrown when a name already existing conflicts with a newly assigned one.

Author:
rafa
See Also:
Serialized Form

Field Summary
 
Fields inherited from class rafa.math.gen.InvalidNameException
name
 
Constructor Summary
ExistingNameException(java.lang.String name)
          Constructor.
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class rafa.math.gen.InvalidNameException
getName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ExistingNameException

public ExistingNameException(java.lang.String name)
Constructor.

Parameters:
name - the existing (conflicting) name.
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2008-2009. All Rights Reserved.