FreeHEP API
Version current

hep.physics.particle.properties
Class UnknownParticleIDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byhep.physics.particle.properties.UnknownParticleIDException
All Implemented Interfaces:
Serializable

public class UnknownParticleIDException
extends RuntimeException

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

Author:
Tony Johnson
See Also:
ParticlePropertyProvider, Serialized Form
Source Code:
UnknownParticleIDException.java

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()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.