public class LaserDefinitionXMLException extends LaserDefinitionException
| Constructor and Description |
|---|
LaserDefinitionXMLException()
Default constructor.
|
LaserDefinitionXMLException(java.lang.String message)
Constructor.
|
LaserDefinitionXMLException(java.lang.String message,
java.lang.Throwable t)
Constructor.
|
getCausepublic LaserDefinitionXMLException()
public LaserDefinitionXMLException(java.lang.String message)
message - the text messagepublic LaserDefinitionXMLException(java.lang.String message,
java.lang.Throwable t)
message - the text messaget - the root cause exception