All Packages Class Hierarchy This Package Previous Next Index
Class hep.analysis.PartitionFillException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----hep.analysis.PartitionFillException
- public class PartitionFillException
- extends RuntimeException
Thrown when an unsupported partition fill method is called. By default,
Abstract1DPartition throws these exceptions from all
fill(..) methods. Subclasses
that wish to support particular types should override the
corresponding methods to prevent exceptions from being thrown
from those methods, while leaving the methods corresponding to
unsupported types as the default implementations that throw
this exception.
- See Also:
- Abstract1DPartition
All Packages Class Hierarchy This Package Previous Next Index