com.xqual.xagent.launcher
Class CAttributeParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xqual.xagent.launcher.CAttributeParsingException
All Implemented Interfaces:
java.io.Serializable

public class CAttributeParsingException
extends java.lang.Exception

The CParamParsingException is the exception thrown when param parsing fails for any reason

Version:
0.1
Author:
egavaldo
See Also:
ILauncher, Serialized Form

Constructor Summary
CAttributeParsingException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CAttributeParsingException

public CAttributeParsingException(java.lang.String message)