com.kedwards.swt
Class ArgException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.kedwards.swt.ArgException
All Implemented Interfaces:
java.io.Serializable

public class ArgException
extends java.lang.Exception
implements java.io.Serializable

ArgException.java

See http://www.kedwards.com/jini

No warranty expressed or implied; use at your own risk; for educational purposes only.

Author:
Keith Edwards
See Also:
Serialized Form

Constructor Summary
ArgException()
           
ArgException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgException

public ArgException()

ArgException

public ArgException(java.lang.String msg)