abk.core.exception
Class EmptyArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by abk.core.exception.EmptyArgumentException
All Implemented Interfaces:
Serializable

public class EmptyArgumentException
extends IllegalArgumentException

Excepción que extiende IllegalArgumentException para el caso concreto en que el argumento o parámetro esté vacío.

See Also:
Serialized Form

Constructor Summary
EmptyArgumentException()
          Constructor por defecto.
EmptyArgumentException(String pattern, Object... args)
          Constructor que define el mensaje a partir de un patrón de formato de mensaje y los argumentos para el mensaje.
 
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

EmptyArgumentException

public EmptyArgumentException()
Constructor por defecto.


EmptyArgumentException

public EmptyArgumentException(String pattern,
                              Object... args)
Constructor que define el mensaje a partir de un patrón de formato de mensaje y los argumentos para el mensaje.

Parameters:
pattern - Patrón del mensaje.
args - Argumentos para dar formato al mensaje.


Copyright © 2024. All rights reserved.