Package xal.tools.data
Class MissingDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.data.DataFormatException
xal.tools.data.MissingDataException
- All Implemented Interfaces:
Serializable
- Author:
- Christopher Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofMissingAttributeException
without detail message.Constructs an instance ofMissingAttributeException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingDataException
public MissingDataException()Creates a new instance ofMissingAttributeException
without detail message. -
MissingDataException
Constructs an instance ofMissingAttributeException
with the specified detail message.- Parameters:
msg
- the detail message.
-