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