javar.exception
Class JavarBadArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javar.exception.JavarException
                    |
                    +--javar.exception.JavarBadArgumentException
All Implemented Interfaces:
Serializable

public class JavarBadArgumentException
extends JavarException

This will represent an exception that has occured during th parsing of the bytecode stream.

Author:
Ben Litchfield
See Also:
Serialized Form

Constructor Summary
JavarBadArgumentException(String msg)
          constructor
JavarBadArgumentException(String msg, Throwable sub)
          constructor
 
Methods inherited from class javar.exception.JavarException
getSubException
 
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

JavarBadArgumentException

public JavarBadArgumentException(String msg)
constructor

Parameters:
msg - A msg describing this exception.

JavarBadArgumentException

public JavarBadArgumentException(String msg,
                                 Throwable sub)
constructor

Parameters:
msg - A msg describing this exception.
sub - The sub exception