org.rythmengine.internal.compiler
Class ClassReloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rythmengine.exception.FastRuntimeException
                  extended by org.rythmengine.internal.compiler.ClassReloadException
All Implemented Interfaces:
Serializable

public class ClassReloadException
extends FastRuntimeException

Created by IntelliJ IDEA. User: luog Date: 18/02/12 Time: 2:58 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
ClassReloadException(String msg)
           
ClassReloadException(String msg, Throwable t)
           
 
Method Summary
 
Methods inherited from class org.rythmengine.exception.FastRuntimeException
fillInStackTrace
 
Methods inherited from class java.lang.Throwable
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

ClassReloadException

public ClassReloadException(String msg)

ClassReloadException

public ClassReloadException(String msg,
                            Throwable t)


Copyright © 2014. All Rights Reserved.