FreeHEP API
Version v1.2

hep.physics
Class UnknownParticleID

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--hep.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

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 v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.