krati.core.segment
Class SegmentOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by krati.core.segment.SegmentException
                  extended by krati.core.segment.SegmentOverflowException
All Implemented Interfaces:
Serializable

public class SegmentOverflowException
extends SegmentException

SegmentOverflowException

Author:
jwu
See Also:
Serialized Form

Nested Class Summary
static class SegmentOverflowException.Type
           
 
Constructor Summary
SegmentOverflowException(Segment seg)
           
SegmentOverflowException(Segment seg, SegmentOverflowException.Type type)
           
 
Method Summary
 SegmentOverflowException.Type getOverflowType()
           
 Segment getSegment()
           
 
Methods inherited from class krati.core.segment.SegmentException
segmentNotFound
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SegmentOverflowException

public SegmentOverflowException(Segment seg)

SegmentOverflowException

public SegmentOverflowException(Segment seg,
                                SegmentOverflowException.Type type)
Method Detail

getSegment

public Segment getSegment()

getOverflowType

public SegmentOverflowException.Type getOverflowType()


Copyright © 2011. All Rights Reserved.