public class ConstellationCreationException
extends java.lang.Exception
| Constructor and Description |
|---|
ConstellationCreationException(java.lang.String s)
Creates a ConstellationCreationException.
|
ConstellationCreationException(java.lang.String s,
java.lang.Throwable cause)
Creates a ConstellationCreationException.
|
public ConstellationCreationException(java.lang.String s)
s - describes the reason.public ConstellationCreationException(java.lang.String s,
java.lang.Throwable cause)
s - describes the reason.cause - a nested exception that is the cause of this.