hep.analysis.partition
Class PartitionFillException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--hep.analysis.partition.PartitionFillException
All Implemented Interfaces:
java.io.Serializable

public class PartitionFillException
extends java.lang.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, Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait