org.jagatoo.input
Class InputSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jagatoo.input.InputSystemException
- All Implemented Interfaces:
- java.io.Serializable
public class InputSystemException
- extends java.lang.Exception
This Exception must be the only exception thrown by methods of
JAGaToo's InputSystem.
- See Also:
- Serialized Form
| 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 |
InputSystemException
public InputSystemException(InputSystemException.Info info,
java.lang.Throwable cause)
InputSystemException
public InputSystemException(InputSystemException.Info info)
InputSystemException
public InputSystemException(java.lang.String message,
java.lang.Throwable cause)
InputSystemException
public InputSystemException(java.lang.String message)
InputSystemException
public InputSystemException(java.lang.Throwable cause)
getInfo
public final InputSystemException.Info getInfo()