org.nuiton.util
Class BoundedListOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuiton.util.BoundedListOutOfBoundsException
All Implemented Interfaces:
Serializable

public class BoundedListOutOfBoundsException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
BoundedListOutOfBoundsException()
           
BoundedListOutOfBoundsException(String message)
           
BoundedListOutOfBoundsException(String message, Throwable cause)
           
BoundedListOutOfBoundsException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundedListOutOfBoundsException

public BoundedListOutOfBoundsException()

BoundedListOutOfBoundsException

public BoundedListOutOfBoundsException(String message)
Parameters:
message -

BoundedListOutOfBoundsException

public BoundedListOutOfBoundsException(String message,
                                       Throwable cause)
Parameters:
message -
cause -

BoundedListOutOfBoundsException

public BoundedListOutOfBoundsException(Throwable cause)
Parameters:
cause -


Copyright © 2004-2011 CodeLutin. All Rights Reserved.