org.jbpm.jpdl.internal.convert.exception
Class IllegalCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IllegalCommandException()
           
IllegalCommandException(java.lang.String msg)
           
IllegalCommandException(java.lang.String message, java.lang.Throwable cause)
           
IllegalCommandException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.