org.googlecode.java_cl_parser
Class InvalidCLIEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.googlecode.java_cl_parser.InvalidCLIEntryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCLIEntryException
extends java.lang.Exception

See Also:
Serialized Form

Nested Class Summary
static class InvalidCLIEntryException.invalid_cause
           
 
Constructor Summary
InvalidCLIEntryException(InvalidCLIEntryException.invalid_cause cause)
           
InvalidCLIEntryException(java.lang.String message, InvalidCLIEntryException.invalid_cause cause)
           
InvalidCLIEntryException(java.lang.String message, java.lang.Throwable cause, InvalidCLIEntryException.invalid_cause icause)
           
InvalidCLIEntryException(java.lang.Throwable cause, InvalidCLIEntryException.invalid_cause icause)
           
 
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

InvalidCLIEntryException

public InvalidCLIEntryException(InvalidCLIEntryException.invalid_cause cause)

InvalidCLIEntryException

public InvalidCLIEntryException(java.lang.String message,
                                InvalidCLIEntryException.invalid_cause cause)

InvalidCLIEntryException

public InvalidCLIEntryException(java.lang.String message,
                                java.lang.Throwable cause,
                                InvalidCLIEntryException.invalid_cause icause)

InvalidCLIEntryException

public InvalidCLIEntryException(java.lang.Throwable cause,
                                InvalidCLIEntryException.invalid_cause icause)


Copyright © 2013. All Rights Reserved.