org.crsh.cli.impl.descriptor
Class IntrospectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.crsh.cli.CLIException
                  extended by org.crsh.cli.impl.descriptor.IntrospectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalParameterException, IllegalValueTypeException

public class IntrospectionException
extends CLIException

See Also:
Serialized Form

Constructor Summary
IntrospectionException()
           
IntrospectionException(String message)
           
IntrospectionException(String message, Throwable cause)
           
IntrospectionException(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

IntrospectionException

public IntrospectionException()

IntrospectionException

public IntrospectionException(String message)

IntrospectionException

public IntrospectionException(String message,
                              Throwable cause)

IntrospectionException

public IntrospectionException(Throwable cause)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.