com.gridsystems.exceptions
Class InvalidCharacterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.apache.axis.AxisFault
                      extended by com.gridsystems.innergrid.kernel.KernelException
                          extended by com.gridsystems.innergrid.kernel.IKernelException
                              extended by com.gridsystems.exceptions.IllegalValueException
                                  extended by com.gridsystems.exceptions.InvalidCharacterException
All Implemented Interfaces:
com.gridsystems.innergrid.kernel.Kernelizable, java.io.Serializable

public class InvalidCharacterException
extends IllegalValueException

Indicates a string that contains an invalid character.

Version:
1.0
Author:
Xmas
See Also:
Serialized Form

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
InvalidCharacterException(java.lang.String name, char invalidChar)
          Constructor.
 
Method Summary
 char getInvalidCharacter()
          Gets the invalid Character.
 
Methods inherited from class com.gridsystems.exceptions.IllegalValueException
getName
 
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

InvalidCharacterException

public InvalidCharacterException(java.lang.String name,
                                 char invalidChar)
Constructor.

Parameters:
name - a String with the name of the value that contains invalid character.
invalidChar - invalid Character
Method Detail

getInvalidCharacter

public char getInvalidCharacter()
Gets the invalid Character.

Returns:
the invalid Character


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.