issrg.acm
Class IllegalInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
issrg.utils.EmbeddedException
issrg.ac.ACCreationException
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
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 |
IllegalInputException
public IllegalInputException()
IllegalInputException
public IllegalInputException(java.lang.String msg)
IllegalInputException
public IllegalInputException(java.lang.String msg,
java.lang.Throwable th)