|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--edu.columbia.surge.InvalidConstructorException
This exception is thrown when users feed in an invalid constructor arguments when creating FDs.
Constructor Summary | |
InvalidConstructorException()
Constructor which creates a default instance of the InvalidConstructorExcepion. |
|
InvalidConstructorException(java.lang.String message)
Constructor that creates an instance of InvalidConstructorException with the specified exception message. |
Method Summary | |
java.lang.String |
toString()
Override the inherrited toString method. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public InvalidConstructorException()
public InvalidConstructorException(java.lang.String message)
message
- the user-defined message.Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |