c408h008.common.exceptions
Class BufferOutOfRangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byc408h008.common.exceptions.OEException
              extended byc408h008.common.exceptions.BufferOutOfRangeException
All Implemented Interfaces:
java.io.Serializable

public class BufferOutOfRangeException
extends OEException

Exception that is thrown when move, mark, select, and guard commands are executed at a position outside the range of the buffer [0..size(buffer)].

See Also:
Serialized Form

Constructor Summary
BufferOutOfRangeException()
          Constructs a new exception.
 
Methods inherited from class c408h008.common.exceptions.OEException
getMessages, setMessages
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferOutOfRangeException

public BufferOutOfRangeException()
Constructs a new exception.