Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class CmdErrException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nu.dll.lyskom.CmdErrException
All Implemented Interfaces:
java.io.Serializable

public class CmdErrException
extends java.lang.Exception

This is a relic actually belonging to the nu.dll.app.test package.

See Also:
Serialized Form

Constructor Summary
CmdErrException(java.lang.String s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmdErrException

public CmdErrException(java.lang.String s)

Copyright © Rasmus Sten and contributors, 1997-2004