graph3d
Class CodeGenerator.DataSizeExceededException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--mathc.CodeGenerator.Exception
                    |
                    +--graph3d.CodeGenerator.DataSizeExceededException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CodeGenerator

public static class CodeGenerator.DataSizeExceededException
extends mathc.CodeGenerator.Exception

Thrown, if the data buffer size required by this code generator exceeds the jgraph stack machine data buffer size.

See Also:
Serialized Form

Constructor Summary
CodeGenerator.DataSizeExceededException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeGenerator.DataSizeExceededException

public CodeGenerator.DataSizeExceededException()