Package edu.uiuc.ncsa.security.util.cli
Class MalformedCommandException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
- 
- edu.uiuc.ncsa.security.util.cli.MalformedCommandException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class MalformedCommandException extends GeneralException Created by Jeff Gaynor 
 on 5/17/13 at 3:20 PM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MalformedCommandException()MalformedCommandException(String message)MalformedCommandException(String message, Throwable cause)MalformedCommandException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-