org.apache.maven.continuum
Class ContinuumRuntimeException

Package class diagram package ContinuumRuntimeException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.maven.continuum.ContinuumRuntimeException
All Implemented Interfaces:
Serializable

public class ContinuumRuntimeException
extends RuntimeException

Exception thrown as a result of a Continuum programming error so that the user need not deal with it.

Version:
$Id: ContinuumRuntimeException.java 729143 2008-12-23 22:21:06Z olamy $
See Also:
Serialized Form

Constructor Summary
ContinuumRuntimeException(String message, Exception 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

ContinuumRuntimeException

public ContinuumRuntimeException(String message,
                                 Exception cause)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.