com.prosysopc.ua
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.prosysopc.ua.ModelException
- All Implemented Interfaces:
- Serializable
public class ModelException
- extends Exception
Exception while parsing UA Information Model from a NodeSet XML.
- See Also:
- Serialized Form
ModelException
public ModelException(List<String> errorList)
- Create a new ModelException with an errorList.
- Parameters:
errorList - list of errors encountered in model creation
ModelException
public ModelException(String message)
- Parameters:
message -
ModelException
public ModelException(String msg,
Exception e,
int lineNumber)
- Parameters:
msg - e - lineNumber -
ModelException
public ModelException(String message,
Throwable cause)
- Parameters:
message - cause -
ModelException
public ModelException(Throwable cause)
- Parameters:
cause -
getErrorList
public List<String> getErrorList()
- Returns:
- the errorList
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2018. All rights reserved.