hep.physics.particle.properties
Class UnknownParticleIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hep.physics.particle.properties.UnknownParticleIDException
All Implemented Interfaces:
java.io.Serializable

public class UnknownParticleIDException
extends java.lang.RuntimeException

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

Author:
Tony Johnson
See Also:
ParticlePropertyProvider, Serialized Form

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

UnknownParticleIDException

public UnknownParticleIDException(int pdgid)
Method Detail

getPDGID

public int getPDGID()


Copyright © 2000-2010 FreeHEP. All Rights Reserved.