org.jbpm.jpdl.internal.convert.exception
Class IllegalCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jbpm.jpdl.internal.convert.exception.IllegalCommandException
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalCommandException
- extends java.lang.Exception
Custom exception to indicate an illegal usage of a command line argument.
- Author:
- Jim Ma
- See Also:
- Serialized Form
| 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 |
IllegalCommandException
public IllegalCommandException()
IllegalCommandException
public IllegalCommandException(java.lang.String msg)
IllegalCommandException
public IllegalCommandException(java.lang.String message,
java.lang.Throwable cause)
IllegalCommandException
public IllegalCommandException(java.lang.Throwable cause)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.