com.acciente.commons.loader
Class CompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.acciente.commons.loader.CompileException
All Implemented Interfaces:
Serializable

public class CompileException
extends Throwable

An exception thrown to signal a compile error.

Author:
Adinath Raveendra Raj
See Also:
Serialized Form

Constructor Summary
CompileException(String sMessage)
           
CompileException(String sMessage, Throwable oCause)
           
 
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

CompileException

public CompileException(String sMessage)

CompileException

public CompileException(String sMessage,
                        Throwable oCause)


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.