|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ilog.views.prototypes.IlvValueException
public class IlvValueException
Exceptions of the class IlvValueException are thrown by the
IlvGroupElement
subclasses. These exceptions indicate that an error occurred when
one of the methods, set, get, or
pushValues was called or when a value was converted.
IlvGroupElement,
IlvValuesNotHandledException,
Serialized Form| Constructor Summary | |
|---|---|
IlvValueException(String message)
Creates a new IlvValueException with the specified message. |
|
| Method Summary | |
|---|---|
String |
getAllMessages()
Returns the message associated with this exception and concatenates it with the messages related to the target exceptions, if any. |
String |
getMessage()
Returns the message associated this exception. |
Enumeration |
getTargetExceptions()
Returns the target exceptions, if any. |
void |
printAllStackTraces()
Prints the stack traces of this exception and of all its subexceptions recursively. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 IlvValueException(String message)
IlvValueException with the specified message.
message - the message describing the cause of the exception.| Method Detail |
|---|
public Enumeration getTargetExceptions()
null.
Exception objects,
or null.public String getMessage()
getAllMessages() method.
getMessage in class ThrowablegetAllMessages()public String getAllMessages()
public void printAllStackTraces()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||