Package com.pd4ml.tools
Class Pd4CmdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pd4ml.tools.Pd4CmdException
-
- All Implemented Interfaces:
Serializable
public class Pd4CmdException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Pd4CmdException()Pd4CmdException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Pd4CmdException
public Pd4CmdException()
-
Pd4CmdException
public Pd4CmdException(String msg)
-
-