org.codehaus.plexus.compiler
Class CompilerException

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

public class CompilerException
extends Exception

Version:
$Id$
Author:
Trygve Laugstøl
See Also:
Serialized Form

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

CompilerException

public CompilerException(String message)

CompilerException

public CompilerException(String message,
                         Throwable cause)


Copyright © 2001-2011 Codehaus. All Rights Reserved.