js.tinyvm
Class TinyVMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by js.common.ToolException
              extended by js.tinyvm.TinyVMException

public class TinyVMException
extends ToolException

Generic tiny vm exception.

Rating red

Constructor Summary
TinyVMException(String message)
           
TinyVMException(String message, Throwable cause)
           
TinyVMException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TinyVMException

public TinyVMException(String message)
Parameters:
message -

TinyVMException

public TinyVMException(Throwable cause)
Parameters:
cause -

TinyVMException

public TinyVMException(String message,
                       Throwable cause)
Parameters:
message -
cause -