com.stratelia.webactiv.util
Class XMLConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stratelia.webactiv.util.XMLConfigurationException
All Implemented Interfaces:
Serializable

public class XMLConfigurationException
extends Exception

Version:
Author:
jpouyadou
See Also:
Serialized Form

Field Summary
static int INVALID_VALUE
           
static int KEY_NOT_FOUND
           
 int m_Code
           
 
Constructor Summary
XMLConfigurationException(int code)
           
XMLConfigurationException(int code, String msg)
           
 
Method Summary
 int getCode()
           
 
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
 

Field Detail

KEY_NOT_FOUND

public static final int KEY_NOT_FOUND
See Also:
Constant Field Values

INVALID_VALUE

public static final int INVALID_VALUE
See Also:
Constant Field Values

m_Code

public int m_Code
Constructor Detail

XMLConfigurationException

public XMLConfigurationException(int code)

XMLConfigurationException

public XMLConfigurationException(int code,
                                 String msg)
Method Detail

getCode

public int getCode()


Copyright © 2016 Silverpeas. All Rights Reserved.