org.googlecode.java_cl_parser
Class MissingCLIEntryException

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

public class MissingCLIEntryException
extends java.lang.Exception

See Also:
Serialized Form

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

MissingCLIEntryException

public MissingCLIEntryException()

MissingCLIEntryException

public MissingCLIEntryException(java.lang.String message)

MissingCLIEntryException

public MissingCLIEntryException(java.lang.String message,
                                java.lang.Throwable cause)

MissingCLIEntryException

public MissingCLIEntryException(java.lang.Throwable cause)


Copyright © 2013. All Rights Reserved.