org.codehaus.plexus.compiler
Class CompilerNotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.compiler.CompilerException
              extended by org.codehaus.plexus.compiler.CompilerNotImplementedException
All Implemented Interfaces:
Serializable

public class CompilerNotImplementedException
extends CompilerException

Version:
$Id$
Author:
Andrew Eisenberg
See Also:
Serialized Form

Constructor Summary
CompilerNotImplementedException(String message)
           
CompilerNotImplementedException(String message, 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

CompilerNotImplementedException

public CompilerNotImplementedException(String message)

CompilerNotImplementedException

public CompilerNotImplementedException(String message,
                                       Throwable cause)


Copyright © 2001-2012 Codehaus. All Rights Reserved.