net.ranides.assira.collection
Class EmptyCollectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.NoSuchElementException
                  extended by net.ranides.assira.collection.EmptyCollectionException
All Implemented Interfaces:
Serializable

public class EmptyCollectionException
extends NoSuchElementException

Wyjątek "unchecked" rzucany przez metody, które oczekiwały nie-pustej kolekcji.

Author:
ranides
See Also:
Serialized Form

Constructor Summary
EmptyCollectionException()
          Tworzy wyjątek bez określonego komunikatu
EmptyCollectionException(String message)
          Tworzy wyjątek z podanym komunikatem
EmptyCollectionException(String format, Object... args)
          Tworzy wyjątek z komunikatem wynegerowanym przez funkcję sprintf na podstawie przekazanego formatu oraz argumentów.
 
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

EmptyCollectionException

public EmptyCollectionException(String message)
Tworzy wyjątek z podanym komunikatem

Parameters:
message -

EmptyCollectionException

public EmptyCollectionException(String format,
                                Object... args)
Tworzy wyjątek z komunikatem wynegerowanym przez funkcję sprintf na podstawie przekazanego formatu oraz argumentów.

Parameters:
format -
args -

EmptyCollectionException

public EmptyCollectionException()
Tworzy wyjątek bez określonego komunikatu



Copyright © 2013. All Rights Reserved.