disman
Class IllegalNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--disman.DismanException
                    |
                    +--disman.IllegalNameException

public class IllegalNameException
extends DismanException

This class represents the exception that may be thrown by several methods of classes of the disman package. This exception indicates, that an owner string or a name of a script or a launch entry do not conform with the restrichtions for these strings specified in the Script MIB.

See Also:
Serialized Form

Constructor Summary
IllegalNameException(java.lang.String msg)
          Constructs an IllegalNameException with the specified detail message.
 
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

IllegalNameException

public IllegalNameException(java.lang.String msg)
Constructs an IllegalNameException with the specified detail message.