issrg.acm
Class IllegalInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.EmbeddedException
              extended by issrg.ac.ACCreationException
                  extended by issrg.acm.IllegalInputException
All Implemented Interfaces:
java.io.Serializable

public class IllegalInputException
extends ACCreationException

This is an exception that is thrown when the user input is incorrect: nothing to be logged, therefore; it is not an internal error.

Version:
1.0
Author:
A.Otenko
See Also:
Serialized Form

Constructor Summary
IllegalInputException()
           
IllegalInputException(java.lang.String msg)
           
IllegalInputException(java.lang.String msg, java.lang.Throwable th)
           
 
Method Summary
 
Methods inherited from class issrg.utils.EmbeddedException
getEmbedded, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalInputException

public IllegalInputException()

IllegalInputException

public IllegalInputException(java.lang.String msg)

IllegalInputException

public IllegalInputException(java.lang.String msg,
                             java.lang.Throwable th)