|
CS101 Package Problem Set Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cs101.awt.geom.NoUniqueLineException
This exception represents a condition where more than one line satisfies a condition, and this prevents the throwing method from generating a valid return value. This condition generally implies the need for alternate but forseable logic, and so it is a checked exception.
| Constructor Summary | |
NoUniqueLineException()
Creates a new instance of NoUniqueLineException without detail message. |
|
NoUniqueLineException(java.lang.String msg)
Constructs an instance of NoUniqueLineException 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 |
public NoUniqueLineException()
NoUniqueLineException without detail message.
public NoUniqueLineException(java.lang.String msg)
NoUniqueLineException with the specified detail message.
msg - the detail message.
|
CS101 Package Problem Set Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||