hep.physics
Class UnknownParticleID

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--hep.physics.UnknownParticleID
All Implemented Interfaces:
java.io.Serializable

public class UnknownParticleID
extends java.lang.RuntimeException

throw in response to a request for a particle with an unrecognized PDGID

See Also:
ParticlePropertyProvider, Serialized Form

Constructor Summary
UnknownParticleID(int pdgid)
           
 
Method Summary
 int getPDGID()
           
 
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

UnknownParticleID

public UnknownParticleID(int pdgid)
Method Detail

getPDGID

public int getPDGID()