All Packages Class Hierarchy This Package Previous Next Index
Class hep.analysis.CutTypeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----hep.analysis.CutTypeException
- public class CutTypeException
- extends Exception
Indicates that a call to a Cut subclass method is unsupported.
Cut is an abstract class that can be used to provide
an adjustable discriminator in an event analyzer or generator.
The class itself just has a set of methods that all throw this
exception when called. Subclasses of Cut should
override the methods corresponding to the types they wish to
support, and leave the remaining methods as the default
definition where an exception is thrown to indicare an
unsupported type.
- See Also:
- Cut
-
CutTypeException(String)
-
CutTypeException
public CutTypeException(String message)
All Packages Class Hierarchy This Package Previous Next Index