All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.EventDataException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----jas.util.NestedRuntimeException
                                   |
                                   +----hep.analysis.EventDataException

public class EventDataException
extends NestedRuntimeException

Constructor Index

 o EventDataException(String)
 o EventDataException(String, Throwable)

Constructors

 o EventDataException
 public EventDataException(String s)
Parameters:
s - a message indicating the reason for the exception
 o EventDataException
 public EventDataException(String s,
                           Throwable t)
Parameters:
s - a message indicating the reason for the exception
t - a nested Throwable object
See Also:
Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index