javar.exception
Class JavarIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javar.exception.JavarException
|
+--javar.exception.JavarIOException
- All Implemented Interfaces:
- Serializable
- public class JavarIOException
- extends JavarException
This will represent an exception that has occured during th
parsing of the bytecode stream.
- Author:
- Ben Litchfield
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JavarIOException
public JavarIOException(String msg)
- constructor
- Parameters:
msg - A msg describing this exception.
JavarIOException
public JavarIOException(String msg,
Throwable sub)
- constructor
- Parameters:
msg - A msg describing this exception.sub - The sub exception