Class 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 $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PrompterException​(java.lang.String message)  
      PrompterException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)