public class LaserDefinitionException
extends java.lang.Exception
| Constructor and Description |
|---|
LaserDefinitionException()
Default constructor.
|
LaserDefinitionException(java.lang.String message)
Constructor.
|
LaserDefinitionException(java.lang.String message,
java.lang.Throwable t)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Return the root exception.
|
public LaserDefinitionException()
public LaserDefinitionException(java.lang.String message)
message - the text messagepublic LaserDefinitionException(java.lang.String message,
java.lang.Throwable t)
message - the text messaget - the root cause exception