/** Overflow exception **/ package ciips.animation.tree; import java.awt.*; public class OverflowException extends Exception { public OverflowException( String s ) { super( s ); } }