org.codehaus.plexus.components.interactivity
Class PrompterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.components.interactivity.PrompterException
All Implemented Interfaces:
java.io.Serializable

public class PrompterException
extends java.lang.Exception

Error while prompting.

Version:
$Id: PrompterException.java 2649 2005-10-10 16:51:51Z brett $
Author:
Brett Porter
See Also:
Serialized Form

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

PrompterException

public PrompterException(java.lang.String message)

PrompterException

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


Copyright © 2012. All Rights Reserved.