|
|||||||||
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 | +--com.iphrase.runtime.exception.GeneralError | +--com.iphrase.runtime.exception.ArgumentError
Exception class thrown for invalid arguments to ctors and methods.
Constructor Summary | |
ArgumentError(java.lang.String s)
Construct an ArgumentError exception from a detail message. |
Methods inherited from class com.iphrase.runtime.exception.GeneralError |
getCause, setCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ArgumentError(java.lang.String s)
s
- String
detail message
|
© Copyright 2005, 2006. IBM Corporation. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |