org.planx.io
Class OutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.planx.io.OutOfBoundsException
All Implemented Interfaces:
Serializable

public class OutOfBoundsException
extends IOException

Indicates that a Locator is out of bounds.

Author:
Thomas Ambus
See Also:
Serialized Form

Constructor Summary
OutOfBoundsException(String msg)
           
OutOfBoundsException(String msg, Throwable cause)
           
OutOfBoundsException(Throwable cause)
           
 
Method Summary
 
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

OutOfBoundsException

public OutOfBoundsException(Throwable cause)

OutOfBoundsException

public OutOfBoundsException(String msg)

OutOfBoundsException

public OutOfBoundsException(String msg,
                            Throwable cause)


Copyright © 2004-2005 Plan-X. All Rights Reserved.