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
-
EventDataException(String)
-
-
EventDataException(String, Throwable)
-
EventDataException
public EventDataException(String s)
- Parameters:
- s - a message indicating the reason for the exception
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