de.smartics.testdoc.core
Class BlankArgumentException

Package class diagram package BlankArgumentException
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 de.smartics.testdoc.core.BlankArgumentException
All Implemented Interfaces:
Serializable

public class BlankArgumentException
     
     
extends IllegalArgumentException

Signals that a given String argument is blank where is must no be blank.

Author:
Robert Reiner
See Also:
Serialized Form

Constructor Summary
BlankArgumentException(String argName)
          Default constructor.
 
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

BlankArgumentException

public BlankArgumentException(String argName)
Default constructor.

Parameters:
argName - the name of the String argument that was blank.


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.