org.sourceforge.jemm.weaver
Class CompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sourceforge.jemm.BaseException
                  extended by org.sourceforge.jemm.weaver.CompilerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DependencyException, InvalidDependencyTreeException, TransformationException

public class CompilerException
extends BaseException

Thrown if the Compiler is having a problem with the class

Author:
Paul Keeble
See Also:
Serialized Form

Constructor Summary
CompilerException(java.lang.String message)
          Compiler exception giving an error message.
CompilerException(java.lang.String message, java.lang.Throwable throwable)
          Compiler exception giving an error message and underlying exception.
 
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(java.lang.String message,
                         java.lang.Throwable throwable)
Compiler exception giving an error message and underlying exception.

Parameters:
message - The error message.
throwable - The underlying exception.

CompilerException

public CompilerException(java.lang.String message)
Compiler exception giving an error message.

Parameters:
message - The error message.


Copyright © 2009. All Rights Reserved.