|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.apache.axis.AxisFault
com.gridsystems.innergrid.kernel.KernelException
com.gridsystems.innergrid.kernel.IKernelException
com.gridsystems.exceptions.IllegalValueException
public class IllegalValueException
Invalid value exception.
| Field Summary |
|---|
| Fields inherited from class com.gridsystems.innergrid.kernel.IKernelException |
|---|
locale |
| Fields inherited from class com.gridsystems.innergrid.kernel.KernelException |
|---|
msg, params, pattern |
| Fields inherited from class org.apache.axis.AxisFault |
|---|
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log |
| Fields inherited from class java.rmi.RemoteException |
|---|
detail |
| Constructor Summary | |
|---|---|
IllegalValueException(java.lang.String name,
java.lang.String[] params)
Constructor. |
|
IllegalValueException(java.lang.String code,
java.lang.String name,
java.lang.String[] params)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the value that is invalid. |
| Methods inherited from class com.gridsystems.innergrid.kernel.IKernelException |
|---|
getMessage, getPattern, getPattern |
| Methods inherited from class com.gridsystems.innergrid.kernel.KernelException |
|---|
fromRemoteException, getCode, getNamespace, getParams, hasCode, output, prepare, printStackTrace, printStackTrace, toKernelException, toString |
| Methods inherited from class org.apache.axis.AxisFault |
|---|
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, writeDetails |
| Methods inherited from class java.rmi.RemoteException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalValueException(java.lang.String name,
java.lang.String[] params)
name - a String with the name of the value that is invalid.params - a String[] with the list of params to use to parse the
error message.
public IllegalValueException(java.lang.String code,
java.lang.String name,
java.lang.String[] params)
code - a String with the code to assign to the Exception.name - a String with the name of the value that is invalid.params - a String[] with the list of params to use to parse the
error message.| Method Detail |
|---|
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||