FreeHEP API
Version current

hep.physics
Class UnknownParticleID

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

public class UnknownParticleID
extends RuntimeException

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

Author:
Tony Johnson
See Also:
Yappi, Serialized Form
Source Code:
UnknownParticleID.java

Constructor Summary
UnknownParticleID(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

UnknownParticleID

public UnknownParticleID(int pdgid)
Method Detail

getPDGID

public int getPDGID()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.