hep.analysis
Class NamedObject.RenameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--hep.analysis.NamedObject.RenameException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NamedObject

public static class NamedObject.RenameException
extends java.lang.Exception

Exception thrown in case of a rename error

See Also:
Serialized Form

Constructor Summary
protected NamedObject.RenameException(java.lang.String reason)
           
 
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

NamedObject.RenameException

protected NamedObject.RenameException(java.lang.String reason)