|
soap tutorial | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
adriani.jws.template.wrappers.WrapperFault
public class WrapperFault
Simple exception class representing a validation error when constructing a single ADBBean
record contained by the Wrapper
class.
The error message describe the last invalid field in the validation sequence, hence, if
more than field fails validation, the exception describe only the last one.
Constructor Summary | |
---|---|
WrapperFault()
Stateless constructor. |
|
WrapperFault(java.lang.String string)
Stateful constructor. |
|
WrapperFault(java.lang.String string,
java.lang.Throwable throwable)
Stateful constructor, as above, but defining also a general Throwable object. |
Method Summary |
---|
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 WrapperFault()
public WrapperFault(java.lang.String string)
super()
constructor to set
the general error message for this exception, which will be returned by invoking the method
exception.getMessage()
.
string
- the validation message error for this exceptionpublic WrapperFault(java.lang.String string, java.lang.Throwable throwable)
Throwable
object.
string
- the validation message error for this exceptionthrowable
- the throwable object generating the exception
|
Build 19/03/2014 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |