|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ivata.mask.util.SystemException
com.ivata.mask.web.struts.ValueObjectException
Thrown whenever there is a problem creating a value object.
| Constructor Summary | |
ValueObjectException(java.lang.String message)
Create a value object exception, given a clear message. |
|
ValueObjectException(java.lang.Throwable cause)
Create a value object exception, given the cause. |
|
ValueObjectException(java.lang.Throwable cause,
java.lang.Class valueObjectClassParam)
Create a value object exception, given the cause and the class of the value object. |
|
ValueObjectException(java.lang.Throwable cause,
java.lang.Class valueObjectClassParam,
java.lang.String message)
Create a value object exception, given the cause and the class of the value object and an extra description of what went wrong. |
|
| 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 ValueObjectException(java.lang.String message)
Create a value object exception, given a clear message.
message - message describing what went wrong.public ValueObjectException(java.lang.Throwable cause)
Create a value object exception, given the cause.
cause - exception which caused the problem to happen.
public ValueObjectException(java.lang.Throwable cause,
java.lang.Class valueObjectClassParam)
Create a value object exception, given the cause and the class of the value object.
cause - exception which caused the problem to happen.valueObjectClassParam - The class of value object we were trying to create. Can be
null.
public ValueObjectException(java.lang.Throwable cause,
java.lang.Class valueObjectClassParam,
java.lang.String message)
Create a value object exception, given the cause and the class of the value object and an extra description of what went wrong.
cause - exception which caused the problem to happen.valueObjectClassParam - The class of value object we were trying to create. Can be
null.message - describes what went wrong.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||