Breakout Problem Set Javadocs

cs101.awt.geom
Class ShapesDontOverlapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycs101.awt.geom.ShapesDontOverlapException
All Implemented Interfaces:
java.io.Serializable

public class ShapesDontOverlapException
extends java.lang.RuntimeException

Author:
gus
See Also:
Serialized Form

Constructor Summary
ShapesDontOverlapException()
          Creates a new instance of ShapesDontOverlapException without detail message.
ShapesDontOverlapException(java.lang.String msg)
          Constructs an instance of ShapesDontOverlapException with the specified detail message.
 
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

ShapesDontOverlapException

public ShapesDontOverlapException()
Creates a new instance of ShapesDontOverlapException without detail message.


ShapesDontOverlapException

public ShapesDontOverlapException(java.lang.String msg)
Constructs an instance of ShapesDontOverlapException with the specified detail message.

Parameters:
msg - the detail message.

Breakout Problem Set Javadocs