org.codehaus.plexus.components.interactivity
Class PrompterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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)
           
 
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 © 2001-2007 Codehaus. All Rights Reserved.