All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----hep.analysis.CutTypeException
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.
public CutTypeException(String message)
All Packages Class Hierarchy This Package Previous Next Index